Interface IObjectWithSizeF

IObjectWithSizeF interface

Represents object with Size which are expressed in real numbers (in inches).

public interface IObjectWithSizeF

Properties

NameDescription
HeightF { get; }Gets the object height, in inches.
SizeF { get; }Gets the object size, in inches.
WidthF { get; }Gets the object width, in inches.

See Also