Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPathCommand Class
Members


In This Topic
    NPathCommand Class
    In This Topic
    The NPathCommand abstract class serves as a base class for all path commands, which can reside in a path figure
    Object Model
    NPathCommand Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NPathCommand 
    'Usage
     
    
    Dim instance As NPathCommand
    public abstract class NPathCommand 
    Remarks
    Each path command has primary X and Y coordinate (i.e. location). The location of a command is used as a start point for the geometry primitive represented by the next command in the figure. In this way the primitives are efficiently chained.
    Inheritance Hierarchy
    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