SetMinMax (class MKI_RECT) New in Version 2014.1

www.CAD6.com

C++ Syntax

void

MKI_RECT::SetMinMax(

 const MKI_RECT& f_rRect );

 

Initializes the rectangle with the given rectangle, assuring that x1 <= x2 and y1 <= y2.

 

void

MKI_RECT::SetMinMax(

 const double f_dX1,

 const double f_dY1,

 const double f_dX2,

 const double f_dY2 );

 

Initializes the rectangle with the given extents, assuring that x1 <= x2 and y1 <= y2.

 

void

MKI_RECT::SetMinMax(

 const MKI_POINT_BASE& f_rPoint1,

 const MKI_POINT_BASE& f_rPoint2 );

 

Initializes the rectangle with the given corner points, assuring that x1 <= x2 and y1 <= y2.

 

void

MKI_RECT::SetMinMax(

 const MKI_POINT_BASE* f_pPoint,

 __int32 f_nCount );

 

Initializes the rectangle with the surrounding rectangle of a polygon formed by the given points.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH