CurrentWidth

From SwinGame

Returns the current width of the sprite.

Where is it: SGSDK_GRAPHICS

Contents

Languages

Pascal

function CurrentWidth(sprite: Sprite): Integer; inline;

C#

public int Graphics.CurrentWidth(Sprite sprite);

Visual Basic .NET

Public Function Graphics.CurrentWidth(ByVal sprite As Sprite) As Integer

Visual Basic 6

Public Function Graphics.CurrentWidth(ByVal Sprite As Sprite) As Long

Example

Also See