SoSFImageGetSubTexture Method (Int32, SbVec2s, SbVec2s) |
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 SbVec2s size,
out SbVec2s offset
)
Public Function GetSubTexture (
index As Integer,
<OutAttribute> ByRef size As SbVec2s,
<OutAttribute> ByRef offset As SbVec2s
) As SbNativeArray(Of Byte)
public:
SbNativeArray<unsigned char>^ GetSubTexture(
int index,
[OutAttribute] SbVec2s% size,
[OutAttribute] SbVec2s% offset
)
member GetSubTexture :
index : int *
size : SbVec2s byref *
offset : SbVec2s byref -> SbNativeArray<byte>
Parameters
- index
- Type: SystemInt32
- size
- Type: OIV.InventorSbVec2s
- offset
- Type: OIV.InventorSbVec2s
Return Value
Type:
SbNativeArrayByteRemarks Convenience method for the unsigned char datatype.
See Also