[]
Resizes the region.
protected override void SizeRegion(float newWidth, float newHeight, float oldWidth, float oldHeight)
Protected Overrides Sub SizeRegion(newWidth As Single, newHeight As Single, oldWidth As Single, oldHeight As Single)
Type | Name | Description |
---|---|---|
float | newWidth | New width value in pixels |
float | newHeight | New height value in pixels |
float | oldWidth | Old width value in pixels |
float | oldHeight | Old height value in pixels |