The coordinate.
The canvas dimension in this axis.
IsCoordinateValid Method
Determines whether the coordinate is valid for placing on the canvas, e.g. is greater than zero and less than canvasMeasurement
Syntax
protected bool IsCoordinateValid( 
   double coord,
   double canvasMeasurement
)

Parameters

coord
The coordinate.
canvasMeasurement
The canvas dimension in this axis.

Return Value

true if coordinate is valid; otherwise, 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