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


NGraphicsPathPoint Structure Members

The following tables list the members exposed by NGraphicsPathPoint.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)The NaN graphics path point.  
Public FieldPoint type - for possible values see the constants defined in NGraphicsPath.  
Public FieldThe X coordinate of the point  
Public FieldThe Y coordinate of the point  
Top
Public Properties
 NameDescription
Public PropertyChecks whether this point is valid, which is true if both its X and Y coordinates are not System.Double.NaN.  
Top
Public Methods
 NameDescription
Public MethodDeserializes the object state from the specified property bag.  
Public MethodGets the point of this graphics path point.  
Public MethodSerializes the object state into the specified property bag.  
Top
See Also