C# 클래스 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
상속: ActiveArea
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
GraphicBox ( string name, int x, int y, int width, int height ) : System

메소드 상세

GraphicBox() 공개 메소드

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