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


NQuadraticBezier Structure Members

The following tables list the members exposed by NQuadraticBezier.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldX coordinate of the control point.  
Public FieldY coordinate of the control point.  
Public FieldX coordinate of the end point.  
Public FieldY coordinate of the end point.  
Public FieldX coordinate of the start point.  
Public FieldY coordinate of the start point.  
Top
Public Properties
 NameDescription
Public PropertyGets the minimal enclosing bounding rectangle  
Public PropertyGets the minimal enclosing bounding range  
Public PropertyGets or sets the control point of the quadratic bezier curve.  
Public PropertyGets or sets the end point of the bezier curve  
Public PropertyGets the middle point of the quadratic bezier curve.  
Public PropertyGets or sets the start point of the bezier curve  
Top
Public Methods
 NameDescription
Public MethodAppends the primitive to the specified graphics path  
Public MethodDetermines whether the outline of the primitive contains the specified point  
Public Method  
Public Method  
Public MethodGets the length of this quadratic bezier curve  
Public MethodGets the Y min and max values  
Public MethodGets the Y min and max values  
Public MethodReturns a point of the curve from the specified time parameter in the [0;1] range  
Public MethodSubdivides the current quadratic bezier curve into two halves.  
Public MethodSplits a bezier curve at the specified times in the (0:1) range and returns the three resulting segments. Throws an exception if the time arguments are not in range, or t1 >= t2.  
Public MethodConverts this quadratic bezier to cubic bezier.  
Public MethodTranslates the primitive with the specified amounts  
Top
Protected Methods
 NameDescription
Internal Method  
Internal Method  
Top
Public Operators
Determines whether a is equal to b
Determines whether a is not equal to b
Top
See Also