Graphics::D rawArc(constPen*,constRect&,REAL,REAL) メソッド (gdiplusgraphics.h)
Graphics::D rawArc メソッドは円弧を描画します。円弧は楕円の一部です。
構文
Status DrawArc(
[in] const Pen *pen,
[in, ref] const Rect & rect,
[in] REAL startAngle,
[in] REAL sweepAngle
);
パラメーター
[in] pen
種類: const Pen*
円弧の描画に使用されるペンへのポインター。
[in, ref] rect
型: const Rect
円弧を含む楕円を囲む四角形への参照。
[in] startAngle
種類: REAL
x 軸と円弧の始点との間の角度を指定する実数。
[in] sweepAngle
種類: REAL
円弧の始点と終点の角度を指定する実数。
戻り値
種類: 状態
メソッドが成功した場合は、Status 列挙体の要素である Ok を返します。
メソッドが失敗した場合は、 Status 列挙体の他の要素のいずれかを返します。
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusgraphics.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |