Property | Type | Description | |
---|---|---|---|
TextureCoordinateChange | GuiMessage |
Property | Type | Description | |
---|---|---|---|
AdjustToVerticalScrollBar | void | ||
FixVisibleBounds | void | ||
MouseWheelZoom | void | ||
OnRollOver | void | ||
OnWindowClick | void | ||
OnWindowDoubleClick | void | ||
OnWindowDrag | void | ||
OnWindowPush | void | ||
OnWindowResize | void | ||
PixelPerfectClick | void | ||
RightClickMenu | void | ||
SelectItemInRightClickMenu | void | ||
UToX | float | ||
UpdateScrollBarView | void | ||
UpdateSelectionPositionAndScale | void | ||
UpdateSideOver | void | ||
UpdateToVisibleBounds | void | ||
UpdateUVsToSelectedArea | void | ||
UpdateVisibleBoundsToZoom | void | ||
VToY | float | ||
XToU | float | ||
YToV | float |
Method | Description | |
---|---|---|
AddTextureDragEvent ( GuiMessage message ) : void | ||
AddToListClickEventAdd ( GuiMessage AddToListClick ) : void | ||
ReplaceTexture ( Microsoft.Xna.Framework.Graphics.Texture2D oldTexture, Microsoft.Xna.Framework.Graphics.Texture2D newTexture ) : void | ||
SetTextureCoordinates ( float top, float bottom, float left, float right ) : void |
Sets the texture coordinates of the displayed texture. The base method sets the texture coordinates of the actual window while this override sets the texture coordinates of the texture that is being displayed. The assumption is that the user is not going to ever want to change the way that this window is drawn but rather the coordinates of the texture that is being displayed. |
|
TextureCoordinatesSelectionWindow ( ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
AdjustToVerticalScrollBar ( |
||
FixVisibleBounds ( ) : void | ||
MouseWheelZoom ( |
||
OnRollOver ( |
||
OnWindowClick ( |
||
OnWindowDoubleClick ( |
||
OnWindowDrag ( |
||
OnWindowPush ( |
||
OnWindowResize ( |
||
PixelPerfectClick ( |
||
RightClickMenu ( |
||
SelectItemInRightClickMenu ( |
||
UToX ( float tu ) : float | ||
UpdateScrollBarView ( ) : void | ||
UpdateSelectionPositionAndScale ( ) : void | ||
UpdateSideOver ( ) : void | ||
UpdateToVisibleBounds ( ) : void | ||
UpdateUVsToSelectedArea ( ) : void | ||
UpdateVisibleBoundsToZoom ( float centerX, float centerY ) : void | ||
VToY ( float tv ) : float | ||
XToU ( float x ) : float | ||
YToV ( float y ) : float |
public AddTextureDragEvent ( GuiMessage message ) : void | ||
message | GuiMessage | |
return | void |
public AddToListClickEventAdd ( GuiMessage AddToListClick ) : void | ||
AddToListClick | GuiMessage | |
return | void |
public ReplaceTexture ( Microsoft.Xna.Framework.Graphics.Texture2D oldTexture, Microsoft.Xna.Framework.Graphics.Texture2D newTexture ) : void | ||
oldTexture | Microsoft.Xna.Framework.Graphics.Texture2D | |
newTexture | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | void |
public SetTextureCoordinates ( float top, float bottom, float left, float right ) : void | ||
top | float | The top texture coordinate ( V ). |
bottom | float | The bottom texture coordinate ( V ). |
left | float | The left texture coordinate ( U ). |
right | float | The right texture coordinate ( U ). |
return | void |
public TextureCoordinatesSelectionWindow ( ) : System | ||
return | System |