C# Class Nomad.Logic.Snapshot

显示文件 Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
Create ( int width, int height ) : Snapshot
Destroy ( ) : void
GetImage ( ) : Image
Snapshot ( IntPtr ptr ) : System

Method Details

Create() public static method

public static Create ( int width, int height ) : Snapshot
width int
height int
return Snapshot

Destroy() public method

public Destroy ( ) : void
return void

GetImage() public method

public GetImage ( ) : Image
return Image

Snapshot() public method

public Snapshot ( IntPtr ptr ) : System
ptr System.IntPtr
return System