ImageGear .NET - Updated March 30, 2018
ImGearRectangle Constructor(Int32,Int32)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure > ImGearRectangle Constructor : ImGearRectangle Constructor(Int32,Int32)
Width of a rectangle.
Height of a rectangle.
Initializes a new instance of the ImGearRectangle struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer _
)
 
'Usage
 
Dim width As Integer
Dim height As Integer
 
Dim instance As New ImGearRectangle(width, height)

Parameters

width
Width of a rectangle.
height
Height of a rectangle.
See Also

Reference

ImGearRectangle Structure
ImGearRectangle Members
Overload List