SoSFImageGetSubTexture Method (Int32, SbVec2i32, SbVec2i32) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbNativeArray<byte> GetSubTexture(
int index,
out SbVec2i32 size,
out SbVec2i32 offset
)
Public Function GetSubTexture (
index As Integer,
<OutAttribute> ByRef size As SbVec2i32,
<OutAttribute> ByRef offset As SbVec2i32
) As SbNativeArray(Of Byte)
public:
SbNativeArray<unsigned char>^ GetSubTexture(
int index,
[OutAttribute] SbVec2i32% size,
[OutAttribute] SbVec2i32% offset
)
member GetSubTexture :
index : int *
size : SbVec2i32 byref *
offset : SbVec2i32 byref -> SbNativeArray<byte>
Parameters
- index
- Type: SystemInt32
- size
- Type: OIV.InventorSbVec2i32
- offset
- Type: OIV.InventorSbVec2i32
Return Value
Type:
SbNativeArrayByteRemarks See Also