SetMinMax (class MKI_INTRECT) |
www.CAD6.com |
C++ Syntaxvoid MKI_INTRECT::SetMinMax( const RECT& f_rRect )
Sets the rectangle's coordinates to the given rectangle, assuring that left <= right and top <= bottom.
void MKI_INTRECT::SetMinMax( const __int32 f_nX1, const __int32 f_nY1, const __int32 f_nX2, const __int32 f_nY2 );
Sets the rectangle's coordinates to the given values, assuring that left <= right and top <= bottom.
void MKI_INTRECT::SetMinMax( const POINT& f_rPoint1, const POINT& f_rPoint2 );
Sets the rectangle's coordinates to the given points, assuring that left <= right and top <= bottom.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH