setSize abstract method

bool setSize(
  1. double width,
  2. double height
)

@brief Sets the on-screen size of the model in pixels (width and height). @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_ModelMapObject_setSize

Implementation

bool setSize(double width, double height);