ClearCanvas.ImageViewer.RoiGraphics.Roi.Contains C# (CSharp) Method

Contains() public abstract method

Tests to see if the given point is contained within the region of interest.
Regions of interest have no notion of coordinate system. All coordinates are inherently given relative to the image pixel space (i.e. CoordinateSystem.Source.)
public abstract Contains ( PointF point ) : bool
point System.Drawing.PointF The point to test.
return bool
		public abstract bool Contains(PointF point);

Same methods

Roi::Contains ( float x, float y ) : bool
Roi::Contains ( int x, int y ) : bool