Nevron .NET Vision
Nevron.Diagram Namespace / NCustomPath Class / DefineModel Method / DefineModel(GraphicsPath,PathType) Method
path to use
path type


In This Topic
    DefineModel(GraphicsPath,PathType) Method
    In This Topic
    Defines the model path (in model coordinates)
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function DefineModel( _
       ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
       ByVal pathType As PathType _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NCustomPath
    Dim path As System.Drawing.Drawing2D.GraphicsPath
    Dim pathType As PathType
    Dim value As System.Boolean
     
    value = instance.DefineModel(path, pathType)
    public virtual System.bool DefineModel( 
       System.Drawing.Drawing2D.GraphicsPath path,
       PathType pathType
    )

    Parameters

    path
    path to use
    pathType
    path type
    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