[]
        
(Showing Draft Content)

C1.C1Preview.OffsetsD

OffsetsD Struct

Stores a set of four double numbers that represent the offsets from the edges of a rectangular area.

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

Constructors

Name Description
OffsetsD(double)

Initializes a new instance of the OffsetsD structure.

OffsetsD(double, double, double, double)

Initializes a new instance of the OffsetsD structure.

Properties

Name Description
Bottom

Gets or sets the bottom offset.

Empty

Represents an empty instance of the OffsetsD structure.

IsEmpty

Gets a value indicating whether the current OffsetsD is empty.

Left

Gets or sets the left offset.

Right

Gets or sets the right offset.

Top

Gets or sets the top offset.

Methods

Name Description
Parse(string, out OffsetsD, bool)

Converts a string to a OffsetsD structure.

ToString()

Returns a string that represents the current OffsetsD.

Operators

Name Description
implicit operator OffsetsD(OffsetsI)

Converts an OffsetsI to an OffsetsD.