Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Intersect Method (LeadRectD)








The rectangle to intersect width the current rectangle.
Finds the intersection of the current rectangle and the specified rectangle, and stores the result as the current rectangle.
Syntax
public void Intersect( 
   LeadRectD rect
)
'Declaration
 
Public Sub Intersect( _
   ByVal rect As LeadRectD _
) 
'Usage
 
Dim instance As LeadRectD
Dim rect As LeadRectD
 
instance.Intersect(rect)
public void Intersect( 
   LeadRectD rect
)
public void intersect(LeadRectD rect)
 function Leadtools.LeadRectD.Intersect( 
   rect 
)
public:
void Intersect( 
   LeadRectD rect
) 

Parameters

rect
The rectangle to intersect width the current rectangle.
Remarks

If no intersection exists, the current rectangle becomes Empty.

Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file