Show / Hide Table of Contents

    Interface IBrush

    A brush which can be used to draw.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IBrush

    Properties

    | Improve this Doc View Source

    BackgroundColor

    Declaration
    Color BackgroundColor { get; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    Blend

    Declaration
    IBlend Blend { get; }
    Property Value
    Type Description
    IBlend
    | Improve this Doc View Source

    CenterPoint

    Declaration
    PointF CenterPoint { get; }
    Property Value
    Type Description
    PointF
    | Improve this Doc View Source

    Color

    Gets the brush primary color.

    Declaration
    Color Color { get; }
    Property Value
    Type Description
    Color

    The color.

    | Improve this Doc View Source

    FocusScales

    Declaration
    PointF FocusScales { get; }
    Property Value
    Type Description
    PointF
    | Improve this Doc View Source

    GammaCorrection

    Declaration
    bool GammaCorrection { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    HatchStyle

    Declaration
    HatchStyle HatchStyle { get; }
    Property Value
    Type Description
    HatchStyle
    | Improve this Doc View Source

    InterpolationColors

    Declaration
    IColorBlend InterpolationColors { get; }
    Property Value
    Type Description
    IColorBlend
    | Improve this Doc View Source

    LinearColors

    Declaration
    Color[] LinearColors { get; }
    Property Value
    Type Description
    Color[]
    | Improve this Doc View Source

    Transform

    Declaration
    ITransformMatrix Transform { get; }
    Property Value
    Type Description
    ITransformMatrix
    | Improve this Doc View Source

    Type

    Gets the brush type (currently only Solid is supported on all platforms, though other brushes are expected to work on desktop).

    Declaration
    BrushType Type { get; }
    Property Value
    Type Description
    BrushType

    The type.

    | Improve this Doc View Source

    WrapMode

    Declaration
    WrapMode WrapMode { get; }
    Property Value
    Type Description
    WrapMode
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX