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




Defines a curve.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class RasterCurve 
Visual Basic (Usage)Copy Code
Dim instance As RasterCurve
C# 
public class RasterCurve 
Managed Extensions for C++ 
public __gc class RasterCurve 
C++/CLI 
public ref class RasterCurve 

Example

This sample creates a smooth region that goes through five points, and inverts the region.

Remarks

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.

Inheritance Hierarchy

System.Object
   Leadtools.RasterCurve

Requirements

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

See Also