Drawable.AdjustSize Method
Adjusts the drawable to the specified width and height.
AdjustSize(System.Int32 width, System.Int32 height)
Adjusts the drawable to the specified width and height.Syntax
public System.Boolean AdjustSize (
System.Int32 width,
System.Int32 height
)
Parameters
The new width of the drawable.
The new height of the drawable.
Return Value
True if the size was changed; False otherwise.
Remarks
This method should be called whenever the window connected to the drawable has changed its size, so that the drawable can find out about the new size. Is it typically called from "SizeChanged" event handlers. All the map controls in Carmenta handles these events and calls this method automatically, so applications should not need to call this method directly.
The method has no effect if the drawable is a bitmap.
Platforms
Windows, Linux, Android