Velaptor.UI.ISizable
Velaptor
Velaptor.UI
ISizable Interface
Represents the size of an object by its width and height.
public interface ISizable
Derived
↳ ControlBase
↳ IControl
Properties
HalfHeight
Gets the half height of the IControl.
uint HalfHeight { get; }
Property Value
HalfWidth
Gets the half width of the IControl.
uint HalfWidth { get; }
Property Value
Height
Gets the height of the IControl.
uint Height { get; }
Property Value
Width
Gets the width of the IControl.
uint Width { get; }