C# 클래스 LongoMatch.Drawing.Cairo.Surface

상속: ISurface
파일 보기 프로젝트 열기: GNOME/longomatch

공개 메소드들

메소드 설명
Copy ( ) : Image
Dispose ( ) : void
Surface ( int width, int height, Image image, bool warnOnDispose = true ) : System
Surface ( string filename ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Image
리턴 Image

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Surface() 공개 메소드

public Surface ( int width, int height, Image image, bool warnOnDispose = true ) : System
width int
height int
image Image
warnOnDispose bool
리턴 System

Surface() 공개 메소드

public Surface ( string filename ) : System
filename string
리턴 System