Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPointD Structure
Fields Methods


In This Topic
    NPointD Structure Members
    In This Topic

    The following tables list the members exposed by NPointD.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The zero point (0, 0)  
    Public Fieldx coordinate  
    Public Fieldy coordinate  
    Top
    Public Methods
     NameDescription
    Public MethodMeasures the distance between this point and the specified point.  
    Public Method  
    Public MethodGets the compass direction which corresponds to the vector formed by this point and the specified point  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)  
    Public MethodOverloaded. Rotates the point with the specified angle around the specified pin  
    Public MethodRound this point  
    Public MethodOverloaded. Scales the point around the specified pin with the specified scale factors  
    Public MethodConverts this point to NVector2DF  
    Public MethodConverts this point to PointF  
    Public MethodReturns the string representation of this object  
    Public MethodTranslates the point with the specified amounts  
    Top
    Public Operators
    Adds b coordinates to a coordinates and returns the resulting point (binary +)
    Determines whether a is equal to b
    Determines whether a is not equal to b
    Subtracts b coordinates from a coordinates and returns the resulting point (binary -)
    Top
    See Also