ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure > ImGearRectangle Constructor : ImGearRectangle Constructor(IImGearPoint,IImGearPoint) |
'Declaration Public Function New( _ ByVal leftTop As IImGearPoint, _ ByVal rightBottom As IImGearPoint _ )
'Usage Dim leftTop As IImGearPoint Dim rightBottom As IImGearPoint Dim instance As New ImGearRectangle(leftTop, rightBottom)
public ImGearRectangle( IImGearPoint leftTop, IImGearPoint rightBottom )
public: ImGearRectangle( IImGearPoint* leftTop, IImGearPoint* rightBottom )
public: ImGearRectangle( IImGearPoint^ leftTop, IImGearPoint^ rightBottom )