C# Class GraphicBox, NewTOAPIA

A GraphicBox is a graphic group that does not extend its size to match the extents of its children. Furthermore, it encapsulates many of the properties that can be found in the CSS style sheets for the Box object type. Margin Padding Border
Inheritance: ActiveArea
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GraphicBox ( string name, int x, int y, int width, int height ) : System

Method Details

GraphicBox() public method

public GraphicBox ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
return System