VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / OverlayCommand Class / TransparentColor Property
Syntax Remarks Requirements SeeAlso
In This Topic
    TransparentColor Property (OverlayCommand)
    In This Topic
    Gets or sets the color which must be used as transparent color.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The color which must be used as transparent color.")>
    <DefaultValueAttribute(System.Drawing.Color, "0, 255, 255, 255")>
    Public Property TransparentColor As System.Drawing.Color
    
    
    [Description("The color which must be used as transparent color.")]
    [DefaultValue(System.Drawing.Color, "0, 255, 255, 255")]
    public System.Drawing.Color TransparentColor { get; set; }
    
    
    [Description("The color which must be used as transparent color.")]
    [DefaultValue(System.Drawing.Color, "0, 255, 255, 255")]
    public: __property System.Drawing.Color* get_TransparentColor();
    public: __property void set_TransparentColor(
    System.Drawing.Color* value
    );
    [Description("The color which must be used as transparent color.")]
    [DefaultValue(System.Drawing.Color, "0, 255, 255, 255")]
    public:
    property System.Drawing.Color^ TransparentColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
    Remarks

    Value of this property has effect only if Transparency and HasTransparentColor are set to true and source image is 24- or 32-bpp image.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also