C# 클래스 PaintEventArgs, sysdrawing-coregraphics

상속: EventArgs, IDisposable
파일 보기 프로젝트 열기: mono/sysdrawing-coregraphics 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
PaintEventArgs ( Graphics, graphics, CGRect clipRect )
PaintEventArgs ( Graphics, graphics, Rectangle, clipRect )

보호된 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

PaintEventArgs() 공개 메소드

public PaintEventArgs ( Graphics, graphics, CGRect clipRect )
graphics Graphics,
clipRect CGRect

PaintEventArgs() 공개 메소드

public PaintEventArgs ( Graphics, graphics, Rectangle, clipRect )
graphics Graphics,
clipRect Rectangle,