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.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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
)
Public Shared Function Get (
state As SoState,
<OutAttribute> ByRef size As SbVec2i32,
<OutAttribute> ByRef numComponents As Integer,
<OutAttribute> ByRef dataType As SoSFImageDataTypes,
GLInternalFormat As Integer,
<OutAttribute> ByRef wrapS As Integer,
<OutAttribute> ByRef wrapT As Integer,
<OutAttribute> ByRef model As Integer,
<OutAttribute> ByRef blendColor As SbColor
) As SbNativeArray(Of Byte)
public:
static SbNativeArray<unsigned char>^ Get(
SoState^ state,
[OutAttribute] SbVec2i32% size,
[OutAttribute] int% numComponents,
[OutAttribute] SoSFImageDataTypes% dataType,
int GLInternalFormat,
[OutAttribute] int% wrapS,
[OutAttribute] int% wrapT,
[OutAttribute] int% model,
[OutAttribute] SbColor% blendColor
)
static member Get :
state : SoState *
size : SbVec2i32 byref *
numComponents : int byref *
dataType : SoSFImageDataTypes byref *
GLInternalFormat : int *
wrapS : int byref *
wrapT : int byref *
model : int byref *
blendColor : SbColor byref -> SbNativeArray<byte>
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:
SbNativeArrayByteRemarks See Also