An NDoc Documented Class Library
QRCode.Draw メソッド
バーコードの描画を行う
public
void
Draw(
string
code
,
float
x
,
float
y
,
float
width
,
float
height
);
パラメータ
code
描画を行うバーコードのコードを文字列で指定
x
描画位置の始点(左上)のX座標を指定
y
描画位置の始点(左上)のY座標を指定
width
バーコードの全体の幅を指定
height
バーコードのバーの高さを指定
参照
QRCode クラス
|
Pao.BarCode 名前空間