SoVRMLImageTextureGetImage Method |
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SbNativeArray<byte> GetImage(
out SbVec2s size,
out int numcomp
)
Public Function GetImage (
<OutAttribute> ByRef size As SbVec2s,
<OutAttribute> ByRef numcomp As Integer
) As SbNativeArray(Of Byte)
public:
SbNativeArray<unsigned char>^ GetImage(
[OutAttribute] SbVec2s% size,
[OutAttribute] int% numcomp
)
member GetImage :
size : SbVec2s byref *
numcomp : int byref -> SbNativeArray<byte>
Parameters
- size
- Type: OIV.InventorSbVec2s
- numcomp
- Type: SystemInt32
Return Value
Type:
SbNativeArrayByte
Remarks
See Also