SetIntersect (class MKI_INTRECT)

www.CAD6.com

C++ Syntax

void

MKI_INTRECT::SetIntersect(

 const RECT& f_rRect1,

 const RECT& f_rRect2 );

 

Creates a rectangle as the intersection of Rect1 and Rect2 (common rectangle of both rectangles).

 

Comment

This may result in an "invalid" rectangle where left > right and/or top > bottom!

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH