C# 클래스 ikvm.awt.NetGraphicsState

State to store/restore the state of a NetGraphics/Graphics object
파일 보기 프로젝트 열기: samskivert/ikvm-monotouch 1 사용 예제들

공개 메소드들

메소드 설명
NetGraphicsState ( ) : System
NetGraphicsState ( NetGraphics netG ) : System
restoreGraphics ( NetGraphics netG ) : void
saveGraphics ( NetGraphics netG ) : void

메소드 상세

NetGraphicsState() 공개 메소드

public NetGraphicsState ( ) : System
리턴 System

NetGraphicsState() 공개 메소드

public NetGraphicsState ( NetGraphics netG ) : System
netG NetGraphics
리턴 System

restoreGraphics() 공개 메소드

public restoreGraphics ( NetGraphics netG ) : void
netG NetGraphics
리턴 void

saveGraphics() 공개 메소드

public saveGraphics ( NetGraphics netG ) : void
netG NetGraphics
리턴 void