Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPolyPointsBase Class


In This Topic
    NPolyPointsBase Class Methods
    In This Topic

    For a list of all members of this type, see NPolyPointsBase members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a point with the specified coordinates  
    Public MethodAppends the primitive to the specified graphics path (Inherited from Nevron.Nov.Graphics.NMultiPointBase)
    Public MethodDetermines whether the outline of the polygon contains the specified point (Inherited from Nevron.Nov.Graphics.NMultiPointBase)
    Public MethodCreates a deep copy of this object. (Inherited from Nevron.Nov.Graphics.NSealableObject)
    Public MethodMust override to return the outline length (Inherited from Nevron.Nov.Graphics.NMultiPointBase)
    Public MethodGets the point at the specified index (Inherited from Nevron.Nov.Graphics.NMultiPointBase)
    Public MethodGets the count of points (Inherited from Nevron.Nov.Graphics.NMultiPointBase)
    Public MethodGets an array of the points contained in this geometry. (Inherited from Nevron.Nov.Graphics.NMultiPointBase)
    Public MethodRecycles this geometry object.  
    Public MethodScales the points contained in this path with the specified scale factors (Inherited from Nevron.Nov.Graphics.NMultiPointBase)
    Public MethodSeals this graphics object. Further attempts to modify the object throw an exception. (Inherited from Nevron.Nov.Graphics.NSealableObject)
    Public MethodOverloaded. Sets the point at the specified index. (Inherited from Nevron.Nov.Graphics.NMultiPointBase)
    Public MethodTransforms the graphics path with the specified transform (Inherited from Nevron.Nov.Graphics.NMultiPointBase)
    Public MethodTranslates the points contained in this path with the specified amounts (Inherited from Nevron.Nov.Graphics.NMultiPointBase)
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Protected MethodDetermines whether this object can be sealed. (Inherited from Nevron.Nov.Graphics.NSealableObject)
    Internal Method  
    Internal Method  
    Protected MethodCalled when the object is sealed (Inherited from Nevron.Nov.Graphics.NSealableObject)
    Top
    See Also