C# 클래스 Cairo.XcbSurface

상속: Surface
파일 보기 프로젝트 열기: zwcloud/CairoSharp

공개 메소드들

메소드 설명
FromBitmap ( IntPtr connection, uint bitmap, IntPtr screen, int width, int height ) : XcbSurface
SetSize ( int width, int height ) : void
XcbSurface ( IntPtr connection, uint drawable, IntPtr visual, int width, int height ) : System

비공개 메소드들

메소드 설명
XcbSurface ( IntPtr handle, bool owns ) : System

메소드 상세

FromBitmap() 공개 정적인 메소드

public static FromBitmap ( IntPtr connection, uint bitmap, IntPtr screen, int width, int height ) : XcbSurface
connection System.IntPtr
bitmap uint
screen System.IntPtr
width int
height int
리턴 XcbSurface

SetSize() 공개 메소드

public SetSize ( int width, int height ) : void
width int
height int
리턴 void

XcbSurface() 공개 메소드

public XcbSurface ( IntPtr connection, uint drawable, IntPtr visual, int width, int height ) : System
connection System.IntPtr
drawable uint
visual System.IntPtr
width int
height int
리턴 System