Size

Size()

Initializes a new instance of the Size class.

public Size()

See Also


Size(int, int)

Initializes a new instance of the Size class and specify a Height and Width in pixels.

public Size(int width, int height)
ParameterTypeDescription
widthInt32The width.
heightInt32The height.

See Also


Size(Length, Length)

Initializes a new instance of the Size class.

public Size(Length width, Length height)
ParameterTypeDescription
widthLengthThe width.
heightLengthThe height.

See Also