Show / Hide Table of Contents

Class Size

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

Constructors

Size()

Declaration
public Size()

Size(Double, Double, ScreenMeasurementUnit)

Declaration
public Size(double width, double height, ScreenMeasurementUnit unit)
Parameters
Type Name Description
System.Double width
System.Double height
ScreenMeasurementUnit unit

Properties

Height

Declaration
public DoubleUnit Height { get; set; }
Property Value
Type Description
DoubleUnit

HeightCm

Declaration
public double HeightCm { get; set; }
Property Value
Type Description
System.Double

HeightEmu

Declaration
public double HeightEmu { get; set; }
Property Value
Type Description
System.Double

HeightInches

Declaration
public double HeightInches { get; set; }
Property Value
Type Description
System.Double

HeightPixels

Declaration
public double HeightPixels { get; set; }
Property Value
Type Description
System.Double

HeightPoints

Declaration
public double HeightPoints { get; set; }
Property Value
Type Description
System.Double

Width

Declaration
public DoubleUnit Width { get; set; }
Property Value
Type Description
DoubleUnit

WidthCm

Declaration
public double WidthCm { get; set; }
Property Value
Type Description
System.Double

WidthEmu

Declaration
public double WidthEmu { get; set; }
Property Value
Type Description
System.Double

WidthInches

Declaration
public double WidthInches { get; set; }
Property Value
Type Description
System.Double

WidthPixels

Declaration
public double WidthPixels { get; set; }
Property Value
Type Description
System.Double

WidthPoints

Declaration
public double WidthPoints { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX