Click or drag to resize
SoSFImageHasTransparency Method

Returns true if the image contains any transparent pixels.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool HasTransparency()

Return Value

Type: Boolean
Remarks

Specifically if the image has 2 or 4 components and at least one pixel has an alpha value less then 255.

See Also