GifFrameTransparentIndex Property |
Gets or sets the transparent index for this image.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic int TransparentIndex { get; set; }Public Property TransparentIndex As Integer
Get
Set
Property Value
Type:
Int32 The transparent index for this image.
RemarksIf UseLocalPalette is true, this is an index from the palette for this frame. Otherwise this is an index from the global palette. A value of -1 turns off transparency.
See Also