C# 클래스 SIL.FieldWorks.SharpViews.BlockBox

상속: LeafBox
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
UpdateSize void

공개 메소드들

메소드 설명
BlockBox ( AssembledStyles styles, Color color, int mpWidth, int mpHeight ) : System

A box that has a specified color and size in millipoints and simply draws a rectangle that size and color.

Layout ( LayoutInfo transform ) : void
PaintBackground ( Common vg, PaintTransform ptrans ) : void

비공개 메소드들

메소드 설명
UpdateSize ( int mpWidth, int mpHeight ) : void

메소드 상세

BlockBox() 공개 메소드

A box that has a specified color and size in millipoints and simply draws a rectangle that size and color.
public BlockBox ( AssembledStyles styles, Color color, int mpWidth, int mpHeight ) : System
styles AssembledStyles
color Color
mpWidth int
mpHeight int
리턴 System

Layout() 공개 메소드

public Layout ( LayoutInfo transform ) : void
transform LayoutInfo
리턴 void

PaintBackground() 공개 메소드

public PaintBackground ( Common vg, PaintTransform ptrans ) : void
vg Common
ptrans PaintTransform
리턴 void