BarCode for UWP
DrawRectangle メソッド (IDrawingDevice)

C1.UWP.BarCode アセンブリ > C1.BarCode 名前空間 > IDrawingDevice インターフェース : DrawRectangle メソッド
描画する四角形。
ストロークの太さ。
ストロークの色。
内部使用。四角形を描画します。
シンタックス
'宣言
 
Sub DrawRectangle( _
   ByVal bounds As Windows.Foundation.Rect, _
   ByVal strokeThickness As System.Integer, _
   ByVal stroke As Windows.UI.Color _
) 
void DrawRectangle( 
   Windows.Foundation.Rect bounds,
   System.int strokeThickness,
   Windows.UI.Color stroke
)

パラメータ

bounds
描画する四角形。
strokeThickness
ストロークの太さ。
stroke
ストロークの色。
参照

IDrawingDevice インターフェース
IDrawingDevice メンバ