CurrentHeight

From SwinGame

Returns the current height of the sprite.

Where is it: SGSDK_GRAPHICS

Contents

Languages

Pascal

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

C#

public int Graphics.CurrentHeight(Sprite sprite);

Visual Basic .NET

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

Visual Basic 6

Public Function Graphics.CurrentHeight(Sprite as Sprite) As Long

Example

Also See