프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Image | |||
Opacity | float | ||
SaveContentsOnReset | bool | ||
Visible | bool |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
Layer ( int width, int height, float opacity = 1.0f, bool saveContentsOnReset = false, bool visible = true ) : System | ||
Resize ( int width, int height ) : void |
public Layer ( int width, int height, float opacity = 1.0f, bool saveContentsOnReset = false, bool visible = true ) : System | ||
width | int | |
height | int | |
opacity | float | |
saveContentsOnReset | bool | |
visible | bool | |
리턴 | System |