Click or drag to resize
SoTextureImageElementGet Method (SoState, SbVec2i32, Int32, SoSFImageDataTypes, Int32, Int32, Int32, Int32, SbColor)
Calls Get(state, size, numComponents, dataType, GLInternalFormat, wrapS, wrapT, model, blendColor, System.Int32(0)).

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SbNativeArray<byte> Get(
	SoState state,
	out SbVec2i32 size,
	out int numComponents,
	out SoSFImageDataTypes dataType,
	int GLInternalFormat,
	out int wrapS,
	out int wrapT,
	out int model,
	out SbColor blendColor
)

Parameters

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

Return Value

Type: SbNativeArrayByte
Remarks