Show / Hide Table of Contents

Class PointDoubleUnit

Inheritance
System.Object
PointDoubleUnit
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PointDoubleUnit : object

Constructors

PointDoubleUnit(Double, Double, ScreenMeasurementUnit)

Declaration
public PointDoubleUnit(double x, double y, ScreenMeasurementUnit unit)
Parameters
Type Name Description
System.Double x
System.Double y
ScreenMeasurementUnit unit

Properties

Unit

Declaration
public ScreenMeasurementUnit Unit { get; set; }
Property Value
Type Description
ScreenMeasurementUnit

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
Back to top Generated by DocFX