'Declaration
Protected Overloads Overridable Sub SizeRegion( _ ByVal newWidth As Integer, _ ByVal newHeight As Integer, _ ByVal oldWidth As Integer, _ ByVal oldHeight As Integer _ )
'Usage
Dim instance As EllipseShape Dim newWidth As Integer Dim newHeight As Integer Dim oldWidth As Integer Dim oldHeight As Integer instance.SizeRegion(newWidth, newHeight, oldWidth, oldHeight)
Parameters
- newWidth
- New width value in pixels
- newHeight
- New height value in pixels
- oldWidth
- Old width value in pixels
- oldHeight
- Old height value in pixels