SoExtTexture2GetImageSize Method |
Returns the size and the number of components in the image.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetImageSize(
out SbVec2s size,
out int nc
)
Public Sub GetImageSize (
<OutAttribute> ByRef size As SbVec2s,
<OutAttribute> ByRef nc As Integer
)
public:
void GetImageSize(
[OutAttribute] SbVec2s% size,
[OutAttribute] int% nc
)
member GetImageSize :
size : SbVec2s byref *
nc : int byref -> unit
Parameters
- size
- Type: OIV.InventorSbVec2s
- nc
- Type: SystemInt32
Remarks See Also