ImageGear .NET - Updated November 28, 2017
ImGearDoubleRectangle Constructor(Double,Double,Double,Double)




ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearDoubleRectangle Structure > ImGearDoubleRectangle Constructor : ImGearDoubleRectangle Constructor(Double,Double,Double,Double)
X coordinate of left-top rectangular point.
Y coordinate of left-top rectangular point.
Width of the rectangle.
Height of the rectangle.
Initializes a new instance of the ImGearDoubleRectangle struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal width As Double, _
   ByVal height As Double _
)
 
'Usage
 
Dim left As Double
Dim top As Double
Dim width As Double
Dim height As Double
 
Dim instance As New ImGearDoubleRectangle(left, top, width, height)

Parameters

left
X coordinate of left-top rectangular point.
top
Y coordinate of left-top rectangular point.
width
Width of the rectangle.
height
Height of the rectangle.
See Also

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members
Overload List