C# Class ScreenshotSettings, KerbalLiveFeed

Mostra file Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Public Methods

Method Description
ScreenshotSettings ( ) : System
getBoundedDimensions ( int width, int height, int &bounded_w, int &bounded_h ) : void

Method Details

ScreenshotSettings() public method

public ScreenshotSettings ( ) : System
return System

getBoundedDimensions() public method

public getBoundedDimensions ( int width, int height, int &bounded_w, int &bounded_h ) : void
width int
height int
bounded_w int
bounded_h int
return void