C# 클래스 BetaSpeckle.BetaSpeckleComponentAttributes

상속: Grasshopper.Kernel.Attributes.GH_ComponentAttributes
파일 보기 프로젝트 열기: didimitrie/speckle.exporter 1 사용 예제들

공개 메소드들

메소드 설명
BetaSpeckleComponentAttributes ( BetaSpeckleComponent owner ) : Grasshopper.GUI.Canvas
RespondToMouseDoubleClick ( Grasshopper sender, Grasshopper e ) : Grasshopper.GUI.Canvas.GH_ObjectResponse

보호된 메소드들

메소드 설명
Layout ( ) : void
Render ( GH_Canvas canvas, Graphics graphics, GH_CanvasChannel channel ) : void

메소드 상세

BetaSpeckleComponentAttributes() 공개 메소드

public BetaSpeckleComponentAttributes ( BetaSpeckleComponent owner ) : Grasshopper.GUI.Canvas
owner BetaSpeckleComponent
리턴 Grasshopper.GUI.Canvas

Layout() 보호된 메소드

protected Layout ( ) : void
리턴 void

Render() 보호된 메소드

protected Render ( GH_Canvas canvas, Graphics graphics, GH_CanvasChannel channel ) : void
canvas GH_Canvas
graphics System.Drawing.Graphics
channel GH_CanvasChannel
리턴 void

RespondToMouseDoubleClick() 공개 메소드

public RespondToMouseDoubleClick ( Grasshopper sender, Grasshopper e ) : Grasshopper.GUI.Canvas.GH_ObjectResponse
sender Grasshopper
e Grasshopper
리턴 Grasshopper.GUI.Canvas.GH_ObjectResponse