메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ImagePanel ( |
Initializes a new instance of the ImagePanel class.
|
|
SetImage ( ResourceHandle imageHandle ) : void | ||
SetUV ( float u1, float v1, float u2, float v2 ) : void |
Sets the texture coordinates of the image.
|
|
SizeToContents ( ) : void |
Sizes the control to its contents.
|
메소드 | 설명 | |
---|---|---|
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
public SetImage ( ResourceHandle imageHandle ) : void | ||
imageHandle | ResourceHandle | |
리턴 | void |
public SetUV ( float u1, float v1, float u2, float v2 ) : void | ||
u1 | float | |
v1 | float | |
u2 | float | |
v2 | float | |
리턴 | void |