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


In This Topic
    NMultiPointBase Class Members
    In This Topic

    The following tables list the members exposed by NMultiPointBase.

    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field (Inherited from Nevron.Nov.Graphics.NSealableObject)
    Top
    Public Properties
     NameDescription
    Public PropertyGets the bounds of this geometry object.  
    Public PropertyGets the bounds of this geometry object  
    Public PropertyGets whether this object is empty (i.e. contains no points)  
    Public PropertyGets whether this graphics object is sealed. (Inherited from Nevron.Nov.Graphics.NSealableObject)
    Top
    Public Methods
     NameDescription
    Public MethodAppends the primitive to the specified graphics path  
    Public MethodDetermines whether the outline of the polygon contains the specified point  
    Public MethodCreates a deep copy of this object. (Inherited from Nevron.Nov.Graphics.NSealableObject)
    Public MethodMust override to return the outline length  
    Public MethodGets the point at the specified index  
    Public MethodGets the count of points  
    Public MethodGets an array of the points contained in this geometry.  
    Public MethodScales the points contained in this path with the specified scale factors  
    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.  
    Public MethodTransforms the graphics path with the specified transform  
    Public MethodTranslates the points contained in this path with the specified amounts  
    Top
    Protected Methods
     NameDescription
    Protected MethodDetermines whether this object can be sealed. (Inherited from Nevron.Nov.Graphics.NSealableObject)
    Protected MethodCalled when the object is sealed (Inherited from Nevron.Nov.Graphics.NSealableObject)
    Top
    See Also