C# 클래스 Nomad.Logic.Snapshot

파일 보기 프로젝트 열기: Azerothian/fc3editor 1 사용 예제들

공개 메소드들

메소드 설명
Create ( int width, int height ) : Snapshot
Destroy ( ) : void
GetImage ( ) : Image
Snapshot ( IntPtr ptr ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( int width, int height ) : Snapshot
width int
height int
리턴 Snapshot

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

GetImage() 공개 메소드

public GetImage ( ) : Image
리턴 Image

Snapshot() 공개 메소드

public Snapshot ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System