메소드 | 설명 | |
---|---|---|
HideFrame ( Frame targetFrame, bool useTransitions, int childIndex ) : void |
|
|
MoveAndResize ( Frame targetFrame, bool useTransitions, int childIndex, int x, int y, int w, int h ) : void |
|
|
MoveAndResizeLogical ( Frame targetFrame, bool useTransitions, int childIndex, int logicalX, int logicalY, int logicalWidth, int logicalHeight ) : void |
|
|
QuadLayout ( QuadLayoutStyle style, int verticalInterval, int horizontalInterval ) : System |
|
|
RunLayout ( Frame targetFrame, bool forceTransitions = false ) : void |
|
public HideFrame ( Frame targetFrame, bool useTransitions, int childIndex ) : void | ||
targetFrame | Frame | |
useTransitions | bool | |
childIndex | int | |
리턴 | void |
public MoveAndResize ( Frame targetFrame, bool useTransitions, int childIndex, int x, int y, int w, int h ) : void | ||
targetFrame | Frame | |
useTransitions | bool | |
childIndex | int | |
x | int | |
y | int | |
w | int | |
h | int | |
리턴 | void |
public MoveAndResizeLogical ( Frame targetFrame, bool useTransitions, int childIndex, int logicalX, int logicalY, int logicalWidth, int logicalHeight ) : void | ||
targetFrame | Frame | |
useTransitions | bool | |
childIndex | int | |
logicalX | int | |
logicalY | int | |
logicalWidth | int | |
logicalHeight | int | |
리턴 | void |
public QuadLayout ( QuadLayoutStyle style, int verticalInterval, int horizontalInterval ) : System | ||
style | QuadLayoutStyle | |
verticalInterval | int | |
horizontalInterval | int | |
리턴 | System |
public RunLayout ( Frame targetFrame, bool forceTransitions = false ) : void | ||
targetFrame | Frame | |
forceTransitions | bool | |
리턴 | void |