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

The following tables list the members exposed by RasterCurve.

Public Constructors

 NameDescription
public Constructor RasterCurve ConstructorInitializes a new instance of the RasterCurve class.  
Top

Public Properties

 NameDescription
public Property CloseGets or sets a value that indicates how the curve is closed.  
public Property FillModeGets or sets a value that indicates how to handle complex crossing lines.  
public Property PointsThe curve points.  
public Property TensionGets or sets a value that indicates how straight to make the curves that connect points.  
public Property TypeGets or sets a value that indicates the type of curve being defined.  
Top

Public Methods

 NameDescription
public Method ToBezierPointsConverts the curve points to an array of Bezier points.  
Top

See Also