C# 클래스 Eto.Designer.DesignSurface

상속: Eto.Forms.Drawable
파일 보기 프로젝트 열기: picoe/Eto 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GripPadding Eto.Drawing.Size

Private Properties

프로퍼티 타입 설명
CreateGrips IEnumerable
GetGrip Grip
UpdateSize void

공개 메소드들

메소드 설명
DesignSurface ( ) : Eto.Drawing

보호된 메소드들

메소드 설명
OnMouseDown ( Eto.Forms.MouseEventArgs e ) : void
OnMouseMove ( Eto.Forms.MouseEventArgs e ) : void
OnMouseUp ( Eto.Forms.MouseEventArgs e ) : void
OnPaint ( Eto.Forms.PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
CreateGrips ( ) : IEnumerable
GetGrip ( Eto.Drawing.PointF location ) : Grip
UpdateSize ( Eto.Drawing.SizeF topLeft = null, Eto.Drawing.SizeF bottomRight = null, Eto.Drawing.SizeF topRight = null, Eto.Drawing.SizeF bottomLeft = null ) : void

메소드 상세

DesignSurface() 공개 메소드

public DesignSurface ( ) : Eto.Drawing
리턴 Eto.Drawing

OnMouseDown() 보호된 메소드

protected OnMouseDown ( Eto.Forms.MouseEventArgs e ) : void
e Eto.Forms.MouseEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( Eto.Forms.MouseEventArgs e ) : void
e Eto.Forms.MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( Eto.Forms.MouseEventArgs e ) : void
e Eto.Forms.MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( Eto.Forms.PaintEventArgs e ) : void
e Eto.Forms.PaintEventArgs
리턴 void

프로퍼티 상세

GripPadding 공개적으로 정적으로 프로퍼티

public static Size,Eto.Drawing GripPadding
리턴 Eto.Drawing.Size