Set (class MKI_RECT)

www.CAD6.com

C++ Syntax

void

MKI_RECT::Set(

 const double f_dX1,

 const double f_dY1,

 const double f_dX2,

 const double f_dY2 );

 

Initializes the rectangle with the given extents.

 

void

MKI_RECT::Set(

 const MKI_POINT_BASE& f_rPoint1,

 const MKI_POINT_BASE& f_rPoint2 )

 

Initializes the rectangle with the given corner points.

 

void

MKI_RECT::Set(

 const MKI_POINT_BASE& f_rPoint );

 

Initializes the rectangle with the given point.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH