RFModel.GetTextureSize (Available After RapidForm2002 PlusPack1)



Your Ad Here

Description

Get the size of texture image which has specified name.

Syntax

Sub RFModel.GetTextureSize(textureName As String, piWidth As Long, piHeight As Long, piOriginalWidth As Long, piOriginalHeight As Long) As RFErrorCode

The GetTextureSize syntax has these parts:

Part Description
textureName [INString Required. Name of texture.
piWidth [OUTLong Required. Width of texture image.
piHeight [OUTLong Required. Height of texture image.
piOriginalWidth [OUTLong Required. Width of original image.
piOriginalHeight [OUTLong Required. Height of original image.

 

Return to Rapidform Index


Your Ad Here