Search Results for

    Show / Hide Table of Contents

    Class FastGraphicsPath

    Inheritance
    System.Object
    FastGraphicsPath
    Namespace: FastReport.Fonts
    Assembly: FastReport.dll
    Syntax
    public class FastGraphicsPath

    Constructors

    FastGraphicsPath(FastFillMode)

    Declaration
    public FastGraphicsPath(FastFillMode fastFillMode)
    Parameters
    Type Name Description
    FastFillMode fastFillMode

    Properties

    FillMode

    Declaration
    public FastFillMode FillMode { get; set; }
    Property Value
    Type Description
    FastFillMode

    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
    Type Name Description
    FastGraphicsPath fastGraphicsPath
    System.Boolean connect

    StartFigure()

    Declaration
    public void StartFigure()

    Transform(Single, Single, Single, Single, Single, Single)

    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
    Back to top © 1998-2025 Copyright Fast Reports Inc.