C# Class DreamEdit.DMI.DMimage

Datei anzeigen Open project: headswe/DreamEdit Class Usage Examples

Public Properties

Property Type Description
height int
width int

Public Methods

Method Description
DMimage ( String Filename ) : System
getStates ( ) : ImageState>.Dictionary

Method Details

DMimage() public method

public DMimage ( String Filename ) : System
Filename String
return System

getStates() public method

public getStates ( ) : ImageState>.Dictionary
return ImageState>.Dictionary

Property Details

height public_oe property

public int height
return int

width public_oe property

public int width
return int