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

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

Public Member Functions

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

Public Attributes

float Width
 
float Height
 

Detailed Description

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

Definition at line 9 of file FloatingPointWidthHeight.cs.

Member Function Documentation

◆ SetWidthAndHeight()

void HKI.Core.Variables.FloatingPointWidthHeight.SetWidthAndHeight ( float  width,
float  height 
)
inline

Definition at line 16 of file FloatingPointWidthHeight.cs.

◆ ToString()

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

Definition at line 23 of file FloatingPointWidthHeight.cs.

Member Data Documentation

◆ Height

float HKI.Core.Variables.FloatingPointWidthHeight.Height

Definition at line 13 of file FloatingPointWidthHeight.cs.

◆ Width

float HKI.Core.Variables.FloatingPointWidthHeight.Width

Definition at line 12 of file FloatingPointWidthHeight.cs.


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