Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NDashPattern Class
Fields Properties Methods


In This Topic
    NDashPattern Class Members
    In This Topic

    The following tables list the members exposed by NDashPattern.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Dash pattern (dash, gap).  
    Public Fieldstatic (Shared in Visual Basic)Dash Dot pattern (dash, gap, dot, gap).  
    Public Fieldstatic (Shared in Visual Basic)Dash Dot Dot pattern (dash, gap, dot, gap, dot, gap).  
    Public Fieldstatic (Shared in Visual Basic)Dot pattern (dot, gap).  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of items in the array.  
    Public PropertyGets the item at the specified index.  
    Public PropertyGets the total length of the pattern (the sum of all item lengths).  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this object.  
    Public MethodDetermines whether the specified object is equal to the current dash pattern object.  
    Public MethodComputes a hash code for this object.  
    Public Methodstatic (Shared in Visual Basic)Checks if the specified two instances describe the same dash pattern.  
    Top
    See Also