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


NPointF Structure Members

The following tables list the members exposed by NPointF.

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) pofloat.  
Top
Public Properties
 NameDescription
Public PropertyChecks whether this is the zero pofloat (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 pofloat and the specified pofloat  
Public MethodOverloaded. Checks whether this pofloat is equal to the other pofloat  
Public Method  
Public MethodOverloaded. Rotates the pofloat with the specified angle around the specified pin  
Public MethodOverloaded. Scales the pofloat around the specified pin with the specified scale factors  
Public MethodSerializes the object state floato the specified property bag.  
Public MethodConverts this NPointF to NPoint  
Public MethodReturns the string representation of this object  
Public MethodTranslates the pofloat with the specified amounts  
Top
Public Operators
Adds b coordinates to a coordinates and returns the resulting pofloat (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 pofloat (binary -)
Top
See Also