'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 )
Parameters
- leftTop
- Used to initialize Left and Top points of the rectangle.
- rightBottom
- Used to initialize Right and Bottom points of the rectangle.