Click or drag to resize
SoSFImageGetSubTexture Method (Int32, SbVec2i32, SbVec2i32, SoSFImageDataTypes)

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbNativeArray<byte> GetSubTexture(
	int index,
	out SbVec2i32 size,
	out SbVec2i32 offset,
	out SoSFImageDataTypes dataType
)

Parameters

index
Type: SystemInt32
size
Type: OIV.InventorSbVec2i32
offset
Type: OIV.InventorSbVec2i32
dataType
Type: OIV.Inventor.FieldsSoSFImageDataTypes

Return Value

Type: SbNativeArrayByte
Remarks