PT-BR/svgGetSize: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
(Remove obsolete Requirements section)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{PT-BR/Client_function}}
{{PT-BR/Client_function}}
{{Added feature/item|1.5.9|1.5.8|20979|Obtém o documento XML subjacente de um elemento SVG.}}
{{Added feature/item|1.5.9|1.5.8|20979|Obtém o documento XML subjacente de um elemento SVG.}}
Line 12: Line 13:
==Exemplo==
==Exemplo==
Veja o exemplo em [[svgSetSize]].
Veja o exemplo em [[svgSetSize]].
==Requisitos==
{{Requirements|n/a|1.5.8-9.20979|}}


==Veja também==
==Veja também==

Latest revision as of 17:30, 7 November 2024

Obtém o documento XML subjacente de um elemento SVG.

Sintaxe

int, int svgGetSize( svg svgElement )

Argumentos Necessários

  • svgElement: O elemento svg que você deseja obter o tamanho.

Retornos

  • Retorna dois ints, representando largura e altura

Exemplo

Veja o exemplo em svgSetSize.

Veja também