Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterCurve Class Members
See Also  Properties  Methods 
Leadtools Namespace : RasterCurve Class


The following tables list the members exposed by RasterCurve.

Public Constructors

 NameDescription
Public ConstructorRasterCurve Constructor Initializes a new instance of the RasterCurve class.  
Top

Public Properties

 NameDescription
Public PropertyClose Gets or sets a value that indicates how the curve is closed.  
Public PropertyFillMode Gets or sets a value that indicates how to handle complex crossing lines.  
Public PropertyPoints The curve points.  
Public PropertyTension Gets or sets a value that indicates how straight to make the curves that connect points.  
Public PropertyType Gets or sets a value that indicates the type of curve being defined.  
Top

Public Methods

 NameDescription
Public MethodToBezierPoints Converts the curve points to an array of Bezier points.  
Top

See Also