Constructor (class MKI_INTQUAD)

www.CAD6.com

C++ Syntax

MKI_INTQUAD::MKI_INTQUAD( void );

 

Empty default constructor.

 

MKI_INTQUAD::MKI_INTQUAD(

 const __int32 f_nX1,

 const __int32 f_nY1,

 const __int32 f_nX2,

 const __int32 f_nY2,

 const __int32 f_nX3,

 const __int32 f_nY3,

 const __int32 f_nX4,

 const __int32 f_nY4 );

 

Initializes the quadrangle with the given points.

 

MKI_INTQUAD::MKI_INTQUAD(

 const POINT& f_rPoint1,

 const POINT& f_rPoint2,

 const POINT& f_rPoint3,

 const POINT& f_rPoint4 );

 

Initializes the quadrangle with the given points.

 

MKI_INTQUAD::MKI_INTQUAD(

 const __int32 f_nX1,

 const __int32 f_nY1,

 const __int32 f_nX2,

 const __int32 f_nY2 );

 

Initializes the quadrangle with the given rectangle.

 

MKI_INTQUAD::MKI_INTQUAD(

 const RECT& f_rRect );

 

Initializes the quadrangle with the given rectangle.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH