Size

Size constructor

Initializes a new instance of the Size class.

public Size(double width, double height)
Parameter Type Description
width Double The width in pixels.
height Double The height in pixels.

See Also