SoTextureImageElementContainsTransparency Method (SoState, Int32) |
Returns true if the texture contains transparency info.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static bool ContainsTransparency(
SoState state,
int unit
)
Public Shared Function ContainsTransparency (
state As SoState,
unit As Integer
) As Boolean
public:
static bool ContainsTransparency(
SoState^ state,
int unit
)
static member ContainsTransparency :
state : SoState *
unit : int -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- unit
- Type: SystemInt32
Return Value
Type:
BooleanRemarks See Also