C# Class SIL.FieldWorks.SharpViews.BlockBox

Inheritance: LeafBox
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
UpdateSize void

Public Methods

Method Description
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

Private Methods

Method Description
UpdateSize ( int mpWidth, int mpHeight ) : void

Method Details

BlockBox() public method

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
return System

Layout() public method

public Layout ( LayoutInfo transform ) : void
transform LayoutInfo
return void

PaintBackground() public method

public PaintBackground ( Common vg, PaintTransform ptrans ) : void
vg Common
ptrans PaintTransform
return void