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
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
GraphicBox ( string name, int x, int y, int width, int height ) : System

Method Details

GraphicBox() public méthode

public GraphicBox ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
Résultat System