Show / Hide Table of Contents

Class PolyLineObject.PolyPoint

Represent a point for polygon object

Inheritance
System.Object
PolyLineObject.PolyPoint
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport
Assembly: FastReport.OpenSource.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 Generated by DocFX