Click or drag to resize
AB4D logo

PixelsVisual3DHasTransparentPixelColors Property

Gets a Boolean that specifies if the PixelColors array contains any transparent color (alpha < 1). This property is used only when PixelColors array is defined. Default value is false.

Namespace: Ab3d.Visuals
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool HasTransparentPixelColors { get; set; }

Property Value

Boolean
See Also