C# Class GameStruct.Size

Show file Open project: dream-young-soul/soul

Public Properties

Property Type Description
nHeight int
nWidth int

Public Methods

Method Description
Size ( ) : System

Method Details

Size() public method

public Size ( ) : System
return System

Property Details

nHeight public property

public int nHeight
return int

nWidth public property

public int nWidth
return int