ComponentFactory.Krypton.Toolkit.RenderBase.EvalTransparentPaint C# (CSharp) Метод

EvalTransparentPaint() публичный абстрактный Метод

Evaluate if transparent painting is needed for background or border palettes.
public abstract EvalTransparentPaint ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, PaletteState state ) : bool
paletteBack IPaletteBack Background palette to test.
paletteBorder IPaletteBorder Background palette to test.
state PaletteState Element state associated with palette.
Результат bool
        public abstract bool EvalTransparentPaint(IPaletteBack paletteBack,
                                                  IPaletteBorder paletteBorder,
                                                  PaletteState state);

Same methods

RenderBase::EvalTransparentPaint ( IPaletteBack paletteBack, PaletteState state ) : bool