Nevron .NET Vision
Nevron.Diagram Namespace / NPointShapeStencil Class / PaintPointAppearance Method
paint context
point shape
custom shape name
location
size


In This Topic
    PaintPointAppearance Method
    In This Topic
    Paints a point appearance in the specified context
    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)
    public virtual void PaintPointAppearance( 
       NPaintContext context,
       PointShape pointShape,
       System.string customShapeName,
       ref NPointF location,
       ref NSizeF size
    )

    Parameters

    context
    paint context
    pointShape
    point shape
    customShapeName
    custom shape name
    location
    location
    size
    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