Click or drag to resize
SoTextureImageElementGet Method (SoState, SbVec2s, Int32, SoSFImageDataTypes, Int32, Int32, Int32, Int32, SbColor, Int32)

Note: This API is now obsolete.

Gets the current image, wrap, and model.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static SbNativeArray<byte> Get(
	SoState state,
	out SbVec2s size,
	out int numComponents,
	out SoSFImageDataTypes dataType,
	int GLInternalFormat,
	out int wrapS,
	out int wrapT,
	out int model,
	out SbColor blendColor,
	int unit
)

Parameters

state
Type: OIV.Inventor.MiscSoState
size
Type: OIV.InventorSbVec2s
numComponents
Type: SystemInt32
dataType
Type: OIV.Inventor.FieldsSoSFImageDataTypes
GLInternalFormat
Type: SystemInt32
wrapS
Type: SystemInt32
wrapT
Type: SystemInt32
model
Type: SystemInt32
blendColor
Type: OIV.InventorSbColor
unit
Type: SystemInt32

Return Value

Type: SbNativeArrayByte
Remarks

Obsoletesince Open Inventor 9400 Use a SbVec2i32 as the size parameter since a short can overflow.

See Also