Table of Contents

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

int

Width

public int Width { readonly get; set; }

Property Value

int

X

public int X { readonly get; set; }

Property Value

int

Y

public int Y { readonly get; set; }

Property Value

int