SoTextureImageElementGet Method (SoState, SbVec2s, Int32, SoSFImageDataTypes, Int32, Int32, Int32, Int32, SbColor) |
Note: This API is now obsolete.
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: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
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
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function Get (
state As SoState,
<OutAttribute> ByRef size As SbVec2s,
<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:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static SbNativeArray<unsigned char>^ Get(
SoState^ state,
[OutAttribute] SbVec2s% size,
[OutAttribute] int% numComponents,
[OutAttribute] SoSFImageDataTypes% dataType,
int GLInternalFormat,
[OutAttribute] int% wrapS,
[OutAttribute] int% wrapT,
[OutAttribute] int% model,
[OutAttribute] SbColor% blendColor
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member Get :
state : SoState *
size : SbVec2s 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.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
Return Value
Type:
SbNativeArrayByte
Remarks
See Also