C# Class Microsoft.AzureCat.Samples.DeviceSimulator.CustomStyleHelper

Summary description for DrawCustomStyleHelper.
Mostra file Open project: paolosalvatori/servicefabriceventhubdemo

Public Methods

Method Description
DrawAquaPill ( Graphics g, RectangleF drawRectF, Color drawColor, Orientation orientation ) : void

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

Private Methods

Method Description
FillPill ( Brush b, RectangleF rect, Graphics g ) : void

Method Details

DrawAquaPill() public static method

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
return void

DrawAquaPillSingleLayer() public static method

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
return void