C# 클래스 Cairo.Surface

상속: IDisposable
파일 보기 프로젝트 열기: zwcloud/CairoSharp 1 사용 예제들

공개 메소드들

메소드 설명
CreateSimilar ( Cairo content, int width, int height ) : Cairo.Surface
Dispose ( ) : void
Finish ( ) : Status
Flush ( ) : void
Lookup ( IntPtr surface, bool owned ) : Surface
MarkDirty ( ) : void
MarkDirty ( Rectangle rectangle ) : void
SetFallbackResolution ( double x, double y ) : void
WriteToPng ( string filename ) : void

보호된 메소드들

메소드 설명
CheckDisposed ( ) : void
Dispose ( bool disposing ) : void
Surface ( IntPtr handle, bool owner ) : System

메소드 상세

CheckDisposed() 보호된 메소드

protected CheckDisposed ( ) : void
리턴 void

CreateSimilar() 공개 메소드

public CreateSimilar ( Cairo content, int width, int height ) : Cairo.Surface
content Cairo
width int
height int
리턴 Cairo.Surface

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Finish() 공개 메소드

public Finish ( ) : Status
리턴 Status

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Lookup() 공개 정적인 메소드

public static Lookup ( IntPtr surface, bool owned ) : Surface
surface System.IntPtr
owned bool
리턴 Surface

MarkDirty() 공개 메소드

public MarkDirty ( ) : void
리턴 void

MarkDirty() 공개 메소드

public MarkDirty ( Rectangle rectangle ) : void
rectangle Rectangle
리턴 void

SetFallbackResolution() 공개 메소드

public SetFallbackResolution ( double x, double y ) : void
x double
y double
리턴 void

Surface() 보호된 메소드

protected Surface ( IntPtr handle, bool owner ) : System
handle System.IntPtr
owner bool
리턴 System

WriteToPng() 공개 메소드

public WriteToPng ( string filename ) : void
filename string
리턴 void