C# 클래스 Example1_6.DrawingView

상속: AppKit.NSView
파일 보기 프로젝트 열기: mono/sysdrawing-coregraphics

공개 메소드들

메소드 설명
DrawRect ( CGRect dirtyRect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System

비공개 메소드들

메소드 설명
DrawFlag ( Graphics g, float x0, float y0, float width ) : void
DrawStar ( Graphics g, float r, float xc, float yc ) : void
DrawingView ( NSCoder coder ) : System
Initialize ( ) : void

메소드 상세

DrawRect() 공개 메소드

public DrawRect ( CGRect dirtyRect ) : void
dirtyRect CGRect
리턴 void

DrawingView() 공개 메소드

public DrawingView ( CGRect rect ) : System
rect CGRect
리턴 System

DrawingView() 공개 메소드

public DrawingView ( IntPtr handle ) : System
handle System.IntPtr
리턴 System