C# Класс Microsoft.AzureCat.Samples.DeviceSimulator.CustomStyleHelper

Summary description for DrawCustomStyleHelper.
Показать файл Открыть проект

Открытые методы

Метод Описание
DrawAquaPill ( Graphics g, RectangleF drawRectF, Color drawColor, Orientation orientation ) : void

DrawAquaPillSingleLayer ( Graphics g, RectangleF drawRectF, Color drawColor, Orientation orientation, BrushStyle brushStyle ) : void

Приватные методы

Метод Описание
FillPill ( Brush b, RectangleF rect, Graphics g ) : void

Описание методов

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

public static DrawAquaPill ( Graphics g, RectangleF drawRectF, Color drawColor, Orientation orientation ) : void
g System.Drawing.Graphics
drawRectF System.Drawing.RectangleF
drawColor System.Drawing.Color
orientation Orientation
Результат void

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

public static DrawAquaPillSingleLayer ( Graphics g, RectangleF drawRectF, Color drawColor, Orientation orientation, BrushStyle brushStyle ) : void
g System.Drawing.Graphics
drawRectF System.Drawing.RectangleF
drawColor System.Drawing.Color
orientation Orientation
brushStyle BrushStyle
Результат void