C# 클래스 PathGradientBrushTests.DrawingView

상속: MonoMac.AppKit.NSView
파일 보기 프로젝트 열기: mono/sysdrawing-coregraphics 1 사용 예제들

공개 메소드들

메소드 설명
AcceptsFirstResponder ( ) : bool
DrawRect ( CGRect dirtyRect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System
KeyDown ( NSEvent theEvent ) : void

보호된 메소드들

메소드 설명
OnPaint ( System.Drawing.PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
BlendingIn ( Graphics g ) : void
DrawingView ( MonoMac.Foundation.NSCoder coder ) : System
GlassSphere ( Graphics g ) : void
Initialize ( ) : void
PaintView0 ( Graphics g ) : void
PaintView1 ( Graphics g ) : void
PaintView2 ( Graphics g ) : void
PaintView3 ( Graphics g ) : void
PaintView4 ( Graphics g ) : void
PaintView5 ( Graphics g ) : void
PaintView6 ( Graphics g ) : void
PaintView7 ( Graphics g ) : void
PaintViewB ( Graphics g ) : void
createCircularMetalBrush ( ) : Brush

메소드 상세

AcceptsFirstResponder() 공개 메소드

public AcceptsFirstResponder ( ) : bool
리턴 bool

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

KeyDown() 공개 메소드

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( System.Drawing.PaintEventArgs e ) : void
e System.Drawing.PaintEventArgs
리턴 void