HKI Core
Public Member Functions | Public Attributes | List of all members
HKI.Core.Variables.IntWidthHeight Struct Reference

This is a data type that combines a int width and a int height value into one value. This can be used for storing resolution information. More...

Public Member Functions

void SetWidthAndHeight (int width, int height)
 
override string ToString ()
 

Public Attributes

int Width
 
int Height
 

Detailed Description

This is a data type that combines a int width and a int height value into one value. This can be used for storing resolution information.

Definition at line 9 of file IntWidthHeight.cs.

Member Function Documentation

◆ SetWidthAndHeight()

void HKI.Core.Variables.IntWidthHeight.SetWidthAndHeight ( int  width,
int  height 
)
inline

Definition at line 16 of file IntWidthHeight.cs.

◆ ToString()

override string HKI.Core.Variables.IntWidthHeight.ToString ( )
inline

Definition at line 23 of file IntWidthHeight.cs.

Member Data Documentation

◆ Height

int HKI.Core.Variables.IntWidthHeight.Height

Definition at line 13 of file IntWidthHeight.cs.

◆ Width

int HKI.Core.Variables.IntWidthHeight.Width

Definition at line 12 of file IntWidthHeight.cs.


The documentation for this struct was generated from the following file: