• Overview
  • How it works
  • Documentation
  • Blog
  • Forum
Search Results for

    Show / Hide Table of Contents

    FillRoundedRectangle Method

    FillRoundedRectangle(Brush, Rect, Double)

    Fills the interior of a rounded rectangle specified by a Rect and a corner radius.

    Declaration
    public void FillRoundedRectangle(Brush brush, Rect rect, double cornerRadius)
    Parameters
    Type Name Description
    Brush brush

    Brush that determines the characteristics of the fill.

    Rect rect

    A Rect that represents the rectangle to add.

    System.Double cornerRadius

    The corner radius of the rectangle.

    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software