Nevron.Diagram Namespace / NPointShapeStencil Class / PaintPointAppearance Method


PaintPointAppearance Method
Syntax
'Declaration
 
Public Overridable Sub PaintPointAppearance( _
   ByVal context As NPaintContext, _
   ByVal pointShape As PointShape, _
   ByVal customShapeName As System.String, _
   ByRef location As NPointF, _
   ByRef size As NSizeF _
) 
 
'Usage
 
Dim instance As NPointShapeStencil
Dim context As NPaintContext
Dim pointShape As PointShape
Dim customShapeName As System.String
Dim location As NPointF
Dim size As NSizeF
 
instance.PaintPointAppearance(context, pointShape, customShapeName, location, size)

Parameters

context
pointShape
customShapeName
location
size
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