Table of Contents

Class LiteralRect

Namespace
abstractions
Assembly
PIKLib.dll
record LiteralRect : rect, IEquatable<rect>, IEquatable<LiteralRect>
Inheritance
LiteralRect
Implements
Inherited Members

Constructors

LiteralRect(int, int, int, int)

LiteralRect(int left_x, int top_y, int right_x, int bottom_y)

Parameters

left_x int
top_y int
right_x int
bottom_y int

Properties

bottom_y

int bottom_y { get; init; }

Property Value

int

left_x

int left_x { get; init; }

Property Value

int

right_x

int right_x { get; init; }

Property Value

int

top_y

int top_y { get; init; }

Property Value

int