Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ContainsPoint Method (LeadRectD)








The point to check.
Indicates whether the rectangle contains the specified point.
Syntax
public bool ContainsPoint( 
   LeadPointD point
)
'Declaration
 
Public Function ContainsPoint( _
   ByVal point As LeadPointD _
) As Boolean
'Usage
 
Dim instance As LeadRectD
Dim point As LeadPointD
Dim value As Boolean
 
value = instance.ContainsPoint(point)
public bool ContainsPoint( 
   LeadPointD point
)
BOOL LeadRectDContainsPoint(LeadRectD rect, LeadPointD point)
public boolean containsPoint(LeadPointD point)
 function Leadtools.LeadRectD.ContainsPoint( 
   point 
)
public:
bool ContainsPoint( 
   LeadPointD point
) 

Parameters

point
The point to check.

Return Value

true if the rectangle contains the specified point; otherwise, false.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file