Class FastGraphicsPath
Inheritance
System.Object
FastGraphicsPath
Assembly: FastReport.dll
Syntax
public class FastGraphicsPath
Constructors
FastGraphicsPath(FastFillMode)
Declaration
public FastGraphicsPath(FastFillMode fastFillMode)
Parameters
Properties
FillMode
Declaration
public FastFillMode FillMode { get; set; }
Property Value
PathPoints
Declaration
public PointF[] PathPoints { get; }
Property Value
Type |
Description |
System.Drawing.PointF[] |
|
PathTypes
Declaration
public byte[] PathTypes { get; }
Property Value
Type |
Description |
System.Byte[] |
|
PointCount
Declaration
public int PointCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
AddBezier(PointF, PointF, PointF, PointF)
Declaration
public void AddBezier(PointF pntStart, PointF pnt1, PointF pnt2, PointF pntEnd)
Parameters
Type |
Name |
Description |
System.Drawing.PointF |
pntStart |
|
System.Drawing.PointF |
pnt1 |
|
System.Drawing.PointF |
pnt2 |
|
System.Drawing.PointF |
pntEnd |
|
AddLine(PointF, PointF)
Declaration
public void AddLine(PointF pntStart, PointF pntEnd)
Parameters
Type |
Name |
Description |
System.Drawing.PointF |
pntStart |
|
System.Drawing.PointF |
pntEnd |
|
AddPath(FastGraphicsPath, Boolean)
Declaration
public void AddPath(FastGraphicsPath fastGraphicsPath, bool connect)
Parameters
Declaration
public void StartFigure()
Declaration
public void Transform(float m00, float m01, float m10, float m11, float v1, float v2)
Parameters
Type |
Name |
Description |
System.Single |
m00 |
|
System.Single |
m01 |
|
System.Single |
m10 |
|
System.Single |
m11 |
|
System.Single |
v1 |
|
System.Single |
v2 |
|