Table of Contents

Interface ISize

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

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.

Share