setSize abstract method
@brief Method is used to specify the size of the icon. @param width Width of the icon in pixels. @param height Height of the icon in pixels. @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_IconMapObject_setSize
Implementation
bool setSize(double width, double height);