GoDiagram Web Reference
ContainsPoint Method (GraduatedScaleLinear)

Determine if a given point is inside and on this object.
Syntax
'Declaration
 
Public Overrides Function ContainsPoint( _
   ByVal p As PointF _
) As Boolean
public override bool ContainsPoint( 
   PointF p
)

Parameters

p

Return Value

Returns true if the point is within the rectangle created by sweeping a minor tickmark across the linear scale.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GraduatedScaleLinear Class
GraduatedScaleLinear Members
Base Implementation in ContainsPoint

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback