C# 클래스 Microsoft.AzureCat.Samples.DeviceSimulator.CustomStyleHelper

Summary description for DrawCustomStyleHelper.
파일 보기 프로젝트 열기: paolosalvatori/servicefabriceventhubdemo

공개 메소드들

메소드 설명
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