Class PointDoubleUnit
Inheritance
System.Object
PointDoubleUnit
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PointDoubleUnit : object
Constructors
PointDoubleUnit(Double, Double, ScreenMeasurementUnit)
Declaration
public PointDoubleUnit(double x, double y, ScreenMeasurementUnit unit)
Parameters
Properties
Unit
Declaration
public ScreenMeasurementUnit Unit { get; set; }
Property Value
X
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|