Search Results for

    Show / Hide Table of Contents

    Interface IPathColor

    A base interface for IPen2D and IBrush2D. Used by IRenderContext2D to draw fills and lines See Also: IBrush2D, IRenderContext2D, IPen2D

    Implements
    IDisposable
    Namespace:
    Assembly: .dll
    Syntax
    public interface IPathColor extends IDisposable

    Methods

    getColorCode()

    Used internally by the renderer, gets the integer color-code that represents the Pen color

    Declaration
    public abstract int getColorCode()
    Returns
    Type Description
    int

    The color code of this path color instance

    isTransparent()

    Gets a value indicating whether this IPathColor instance is transparent

    Declaration
    public abstract boolean isTransparent()
    Returns
    Type Description
    boolean

    True if this instance is transparent

    Implements

    IDisposable
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml