Struct NativeRect
- Namespace
- InfiniFrame.Native
- Assembly
- InfiniFrame.Shared.dll
Represents a 2D rectangle in a native (integer-based) coordinate system.
[SuppressMessage("ReSharper", "UnusedAutoPropertyAccessor.Global")]
public struct NativeRect
- Inherited Members
Properties
Height
public int Height { readonly get; set; }
Property Value
Width
public int Width { readonly get; set; }
Property Value
X
public int X { readonly get; set; }
Property Value
Y
public int Y { readonly get; set; }