[]
        
(Showing Draft Content)

C1.C1Preview.UnitPoint

UnitPoint Struct

Represents a point on a two-dimensional surface, with coordinates specified as Unit values.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
[TypeConverter(typeof(UnitPoint.TypeConverter))]
public struct UnitPoint

Constructors

Name Description
UnitPoint(Unit, Unit)

Initializes a new instance of the UnitPoint structure.

Properties

Name Description
Empty

Represents a UnitPoint with zero coordinates.

X

Gets or sets the X coordinate of the current point.

Y

Gets or sets the Y coordinate of the current point.

Methods

Name Description
Parse(string, out UnitPoint, bool)

Converts a string to a UnitPoint structure.

ToString()

Converts the current value to a human-readable string.