DxImage
Jump to navigation
Jump to search
Esta función crea una imagen basada en dxCreateTexture + dxDrawing.
Aviso: Esta es una función exportada por Modern-Library!
Syntax
element dxImage( int x, int y, int w, int h, string filepath, [ element parent = nil , string textureformat = 'dxt5', mipmaps = true, textureType = 'clamp' ] )
Argumentos requeridos
- x: Un entero que representa la posición X de la pantalla.
- y: Un entero que representa la posición Y de la pantalla.
- w: Un entero que representa el ancho del dxImage.
- h: Un entero que representa la altura del dxImage.
- filepath: La ruta donde se encuentra la imagen.
Argumentos Opcionales
- parent: Este es el padre el cual la imagen se adjunta.
- textureformat: Formatos validos "argb" "dxt1" "dxt3" "dxt5" ; Para mas información véase dxCreateTexture!
- mipmaps: Un booleano (true o false) ; Para mas información véase dxCreateTexture!
- textureType: Formatos validos "wrap" "clamp" "mirror" ; Para mas información véase dxCreateTexture!
Ejemplo
loadstring(exports.dxlibrary:dxGetLibrary())() --creamos una imagen dxImage(561, 92, 116, 92, ":admin/client/images/map.png")
Ver también
General Functions
- dxGetLibrary
- dxGetScreen
- dxSet
- dxGet
- dxSetText
- dxSetTitle
- dxSetVisible
- dxSetEnabled
- dxSetPosition
- dxGetPosition
- dxSetSize
- dxGetSize
- dxGetRootParent
- dxSetColorBackground
- dxSetColorText
- dxSetColorSelected
- dxSetColorBorder
- dxFont
- dxSetFont
- dxGetText
- dxSetTitle
- dxGetTitle
Window
Button
CheckBox
Edit
GridList
- dxGridList
- dxGridListAddItem
- dxGridListRemoveItem
- dxGridListAddColumn
- dxGridListRemoveColumn
- dxGridListGetItemSelected
- dxGridListSetItemSelected
- dxGridListGetScrollHV
Image
Label
List
- dxList
- dxListAddItem
- dxListRemoveItem
- dxListGetItemSelected
- dxListSetItemSelected
- dxListSetColorFilaItem