Table of Contents

TDrawingCoordinate Structure

A coordinate in a drawing.

Syntax

Namespace: FlexCel.Core

public struct TDrawingCoordinate

Fields

Name Description
CmToEmu Returns how many EMUs in 1 cm.
InchesToEmu Returns how many EMUs in 1 inch.
PcToEmu Returns how many EMUs in 1 pc.
PiToEmu Returns how many EMUs in 1 pi.
PointsToEmu Returns how many EMUs in 1 point.

Constructors

Name Description
TDrawingCoordinate Creates a coordinate in Emus. To use other units, use the "From..." methods of this struct.

Methods

Name Description
CompareTo
Equals Returns true if this instance has the same data as the object obj.
FromCm Creates a drawing coordinate from a measunement in centimeters.
FromInches Creates a drawing coordinate from a measurement in inches.
FromMm Creates a drawing coordinate from a measunement in milimeters.
FromPoints Creates a drawing coordinate from a measunement in points. (1/72 of an inch)
GetHashCode Returns the hashcode for this object
ToString Returns a string representing the measurement in cm.

Properties

Name Description
Cm Value of the coordinate in cm
Emu Value of the coordinate in EMUs (English Metric Units)
Inches Value of the coordinate in inches
Pixels Value of the coordinate in pixels
Points Value of the coordinate in points