Search Results for

    Show / Hide Table of Contents

    Class PolyLineObject.PolyPoint

    Represent a point for polygon object

    Inheritance
    System.Object
    PolyLineObject.PolyPoint
    Namespace: FastReport
    Assembly: FastReport.Base.dll
    Syntax
    public class PolyPoint

    Constructors

    PolyPoint()

    Declaration
    public PolyPoint()

    PolyPoint(Single, Single)

    Declaration
    public PolyPoint(float x, float y)
    Parameters
    Type Name Description
    System.Single x
    System.Single y

    Properties

    LeftCurve

    Declaration
    public PolyLineObject.PolyPoint LeftCurve { get; set; }
    Property Value
    Type Description
    PolyLineObject.PolyPoint

    RightCurve

    Declaration
    public PolyLineObject.PolyPoint RightCurve { get; set; }
    Property Value
    Type Description
    PolyLineObject.PolyPoint

    X

    Declaration
    public float X { get; set; }
    Property Value
    Type Description
    System.Single

    Y

    Declaration
    public float Y { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    Deserialize(String)

    Declaration
    public void Deserialize(string s)
    Parameters
    Type Name Description
    System.String s

    Near(PolyLineObject.PolyPoint)

    Declaration
    public bool Near(PolyLineObject.PolyPoint p)
    Parameters
    Type Name Description
    PolyLineObject.PolyPoint p
    Returns
    Type Description
    System.Boolean

    ScaleX(Single)

    Declaration
    public void ScaleX(float scale)
    Parameters
    Type Name Description
    System.Single scale

    ScaleY(Single)

    Declaration
    public void ScaleY(float scale)
    Parameters
    Type Name Description
    System.Single scale

    Serialize(StringBuilder)

    Declaration
    public void Serialize(StringBuilder sb)
    Parameters
    Type Name Description
    System.Text.StringBuilder sb

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top © 1998-2025 Copyright Fast Reports Inc.