Nevron.GraphicsCore Namespace / NRectangleD Structure / ContainsOnOutline Method / ContainsOnOutline(NPointD,Pen) Method


ContainsOnOutline(NPointD,Pen) Method
Syntax
'Declaration
 
Public Overloads Function ContainsOnOutline( _
   ByVal point As NPointD, _
   ByVal pen As System.Drawing.Pen _
) As System.Boolean
 
'Usage
 
Dim instance As NRectangleD
Dim point As NPointD
Dim pen As System.Drawing.Pen
Dim value As System.Boolean
 
value = instance.ContainsOnOutline(point, pen)

Parameters

point
pen
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