The x position (pixels).
The y position (pixels).
IsInBounds Method (BasePointMarker)
Determines whether the X,Y point is within bounds of the Viewport for drawing
Syntax
protected virtual bool IsInBounds( 
   double x,
   double y
)

Parameters

x
The x position (pixels).
y
The y position (pixels).

Return Value

True, if in bounds, else false
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