C# 클래스 ikvm.awt.ComponentGraphics

상속: NetGraphics
파일 보기 프로젝트 열기: samskivert/ikvm-monotouch 1 사용 예제들

공개 메소드들

메소드 설명
copyArea ( int x, int y, int width, int height, int dx, int dy ) : void
create ( ) : java.awt.Graphics

보호된 메소드들

메소드 설명
GetSize ( ) : SizeF

비공개 메소드들

메소드 설명
ComponentGraphics ( Control control, java fgColor, java bgColor, java font ) : System
getPointToScreen ( Point point ) : Point
getPointToScreenImpl ( Point point ) : Point

메소드 상세

GetSize() 보호된 메소드

protected GetSize ( ) : SizeF
리턴 System.Drawing.SizeF

copyArea() 공개 메소드

public copyArea ( int x, int y, int width, int height, int dx, int dy ) : void
x int
y int
width int
height int
dx int
dy int
리턴 void

create() 공개 메소드

public create ( ) : java.awt.Graphics
리턴 java.awt.Graphics