TextureBrush::TextureBrush(Image*,WrapMode,constRectF&) メソッド (gdiplusbrush.h)
イメージ、ラップ モード、および定義する四角形に基づいて TextureBrush オブジェクトを作成します。
構文
void TextureBrush(
[in] Image *image,
[in] WrapMode wrapMode,
[in, ref] const RectF & dstRect
);
パラメーター
[in] image
種類: イメージ*
使用する イメージ のビットマップを含む Image オブジェクトへのポインター。
[in] wrapMode
型: wrapMode
このテクスチャ ブラシを使用して領域を描画するときに、イメージの繰り返しコピーを使用して領域を並べて表示する方法を指定する WrapMode 列挙体の要素。
[in, ref] dstRect
型: const RectF
このテクスチャ ブラシのサイズと、このテクスチャ ブラシで使用するイメージの部分を定義する四角形への参照。 Image オブジェクトがメタファイルから作成された場合、ブラシはイメージ全体を使用し、ブラシのサイズに合わせて拡大縮小されます。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusbrush.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |