Skip to main content
Version: 1.0.0-preview.34

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

System.UInt32

HalfWidth

Gets the half width of the IControl.

uint HalfWidth { get; }

Property Value

System.UInt32

Height

Gets the height of the IControl.

uint Height { get; }

Property Value

System.UInt32

Width

Gets the width of the IControl.

uint Width { get; }

Property Value

System.UInt32