Show / Hide Table of Contents

Class UISides

Represent value with 4 sides - top, bottom, left, right.

Inheritance
System.Object
UISides
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class UISides : ValueType

Constructors

UISides(Int32, Int32, Int32, Int32)

Create the UI sides struct.

Declaration
public UISides(int left, int top, int right, int bottom)
Parameters
Type Name Description
System.Int32 left
System.Int32 top
System.Int32 right
System.Int32 bottom

Fields

Bottom

Bottom side value.

Declaration
public int Bottom
Field Value
Type Description
System.Int32

Left

Left side value.

Declaration
public int Left
Field Value
Type Description
System.Int32

Right

Right side value.

Declaration
public int Right
Field Value
Type Description
System.Int32

Top

Top side value.

Declaration
public int Top
Field Value
Type Description
System.Int32
Back to top Generated by DocFX