Interface ISize
Defines the contract for a two-dimensional size. Provides access to the Width and Height dimensions.
public interface ISize
Properties
- Height
Gets the vertical extent of the size.
- Width
Gets the horizontal extent of the size.
Defines the contract for a two-dimensional size. Provides access to the Width and Height dimensions.
public interface ISize
Gets the vertical extent of the size.
Gets the horizontal extent of the size.