NevronOpenVision
Nevron.Nov.Graphics Namespace / NPointI Structure
Fields Properties Methods


NPointI Structure Members

The following tables list the members exposed by NPointI.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldx coordinate  
Public Fieldy coordinate  
Public Fieldstatic (Shared in Visual Basic)The zero (0, 0) point.  
Top
Public Properties
 NameDescription
Public PropertyChecks whether this is the zero point (i.e. x and y are 0).  
Top
Public Methods
 NameDescription
Public MethodDeserializes the object state from the specified property bag.  
Public MethodMeasures the distance between this point and the specified point  
Public MethodOverloaded. Checks whether this point is equal to the other point  
Public Method  
Public MethodOverloaded. Rotates the point with the specified angle around the specified pin  
Public MethodOverloaded. Scales the point around the specified pin with the specified scale factors  
Public MethodSerializes the object state into the specified property bag.  
Public MethodConverts this point to NPoint  
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