DgsNineSliceSetGrid

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

This function changes the grid position of DGS nine slice plugin.

Syntax

bool dgsNineSliceSetGrid( element nineSlice [, float gridXLeft, float gridXRight, float gridYTop, float gridYBottom, bool relative = false ] )
Nine Slice Scaling

Required Arguments

  • nineSlice: The nine slice element that you want to change the grid position.

Optional Arguments

  • gridXLeft: A float of the position of left grid, depends on relative
  • gridXRight: A float of the position of right grid, depends on relative
  • gridYTop: A float of the position of top grid, depends on relative
  • gridYBottom: A float of the position of bottom grid, depends on relative
  • relative: A bool of whether the position of grid is ranging from 0 to 1 or just absolute pixels of the texture

Returns

Returns true if successful, false otherwise

Example

DGS = exports.dgs --get exported functions from dgs

yourTexture = dxCreateTexture("yourTexture")
nSlice = DGS:dgsCreateNineSlice( yourTexture, 0.2, 0.2, 0.35, 0.65, true )
Image = DGS:dgsCreateImage( 100, 200, 500, 450, nSlice, false )
DGS:dgsNineSliceSetGrid( nSlice, 0.3, 0.3, 0.7, 0.7, true )

See Also

Custom Cursor Functions

Multi Language Supports

Animation

3D Element

3D Interface

3D Line

3D Image

3D Text

Browser

Button

Check Box

Combo Box

Custom Renderer

Edit

Detect Area

Drag'N Drop

Grid List

Image

Memo

Menu

Label

Layout

Line

Progress Bar

Radio Button

Scale Pane

Scroll Bar

Scroll Pane

Selector

Style

Switch Button

Tab Panel

Window

Plugin

Blur Box

Canvas

Chart

Circle

Color Picker

Effect 3D

Gradient

Mask

Media Browser

Nine Slice

Object Preview Supports

Paste Handler

QRCode

Remote Image

Rounded Rectangle

Screen Source

SVG

Tooltips