SizeRegion(Single,Single,Single,Single) Method
In This Topic
Resizes the region.
Syntax
'Declaration
Protected Overloads Overridable Sub SizeRegion( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single _
)
'Usage
Dim instance As BannerShape
Dim newWidth As Single
Dim newHeight As Single
Dim oldWidth As Single
Dim oldHeight As Single
instance.SizeRegion(newWidth, newHeight, oldWidth, oldHeight)
protected virtual void SizeRegion(
float ,
float ,
float ,
float
)
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
See Also