Search Results for

    Show / Hide Table of Contents

    Class Brush

    Inheritance
    object
    Brush
    ImageBrush
    LinearGradientBrush
    SolidColorBrush
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: nanoFramework.Presentation.Media
    Assembly: nanoFramework.Graphics.dll
    Syntax
    public abstract class Brush

    Constructors

    Brush()

    Declaration
    protected Brush()

    Properties

    Opacity

    Declaration
    public ushort Opacity { get; set; }
    Property Value
    Type Description
    ushort

    Methods

    RenderEllipse(Bitmap, Pen, int, int, int, int)

    Declaration
    protected virtual void RenderEllipse(Bitmap bmp, Pen outline, int x, int y, int xRadius, int yRadius)
    Parameters
    Type Name Description
    Bitmap bmp
    Pen outline
    int x
    int y
    int xRadius
    int yRadius

    RenderPolygon(Bitmap, Pen, int[])

    Declaration
    protected virtual void RenderPolygon(Bitmap bmp, Pen outline, int[] pts)
    Parameters
    Type Name Description
    Bitmap bmp
    Pen outline
    int[] pts

    RenderRectangle(Bitmap, Pen, int, int, int, int)

    Declaration
    protected abstract void RenderRectangle(Bitmap bmp, Pen outline, int x, int y, int width, int height)
    Parameters
    Type Name Description
    Bitmap bmp
    Pen outline
    int x
    int y
    int width
    int height

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX