ImageGear .NET - Updated November 28, 2017
ImGearRectangle Constructor(Int32,Int32,Int32,Int32)




ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure > ImGearRectangle Constructor : ImGearRectangle Constructor(Int32,Int32,Int32,Int32)
X-coordinate of the upper-left corner of a rectangle.
Y-coordinate of the upper-left corner of a rectangle.
X-coordinate of the lower-right corner of a rectangle.
Y-coordinate of the lower-right corner of a rectangle.
Initializes a new instance of the ImGearRectangle struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
 
'Usage
 
Dim left As Integer
Dim top As Integer
Dim width As Integer
Dim height As Integer
 
Dim instance As New ImGearRectangle(left, top, width, height)

Parameters

left
X-coordinate of the upper-left corner of a rectangle.
top
Y-coordinate of the upper-left corner of a rectangle.
width
X-coordinate of the lower-right corner of a rectangle.
height
Y-coordinate of the lower-right corner of a rectangle.
See Also

Reference

ImGearRectangle Structure
ImGearRectangle Members
Overload List