SoTextureImageElementGetDefault Method (SbVec2s, Int32, SoSFImageDataTypes, Int32) |
Note: This API is now obsolete.
Returns the default texture image.
Namespace: OIV.Inventor.ElementsAssembly: 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> GetDefault(
out SbVec2s s,
out int nc,
out SoSFImageDataTypes dataType,
int GLInternalFormat
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function GetDefault (
<OutAttribute> ByRef s As SbVec2s,
<OutAttribute> ByRef nc As Integer,
<OutAttribute> ByRef dataType As SoSFImageDataTypes,
GLInternalFormat As Integer
) As SbNativeArray(Of Byte)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static SbNativeArray<unsigned char>^ GetDefault(
[OutAttribute] SbVec2s% s,
[OutAttribute] int% nc,
[OutAttribute] SoSFImageDataTypes% dataType,
int GLInternalFormat
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member GetDefault :
s : SbVec2s byref *
nc : int byref *
dataType : SoSFImageDataTypes byref *
GLInternalFormat : int -> SbNativeArray<byte>
Parameters
- s
- Type: OIV.InventorSbVec2s
- nc
- Type: SystemInt32
- dataType
- Type: OIV.Inventor.FieldsSoSFImageDataTypes
- GLInternalFormat
- 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