Visual Basic (Declaration) | |
---|---|
Public Class RasterCurve |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class RasterCurve |
Managed Extensions for C++ | |
---|---|
public __gc class RasterCurve |
C++/CLI | |
---|---|
public ref class RasterCurve |
The RasterCurve class defines the curve to be used with the RasterImage.AddCurveToRegion(RasterRegionXForm,RasterCurve,RasterRegionCombineMode) method to draw a curve using an array of Point objects. The ToBezierPoints method is used to convert a curve to a Bezier. The RasterCurve class can define two types of curves, RasterCurveType.Standard and RasterCurveType.Bezier.
System.Object
Leadtools.RasterCurve
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family