Show / Hide Table of Contents

Class DFSize

Stores size data.

Inheritance
Object
DFSize
Namespace: DaggerfallConnect.Utility
Assembly: Assembly-CSharp.dll
Syntax
public class DFSize

Constructors

| Improve this Doc View Source

DFSize()

Default constructor.

Declaration
public DFSize()
| Improve this Doc View Source

DFSize(Int32, Int32)

Value constructor.

Declaration
public DFSize(int width, int height)
Parameters
Type Name Description
Int32 width
Int32 height

Fields

| Improve this Doc View Source

Height

Declaration
public int Height
Field Value
Type Description
Int32
| Improve this Doc View Source

Width

Declaration
public int Width
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX