ImageAttributes::SetWrapMode メソッド (gdiplusimageattributes.h)

ImageAttributes::SetWrapMode メソッドは、この ImageAttributes オブジェクトのラップ モードを設定します。

構文

Status SetWrapMode(
  [in]                WrapMode      wrap,
  [in, ref, optional] const Color & color,
  [in, optional]      BOOL          clamp
);

パラメーター

[in] wrap

種類: WrapMode

領域をタイル化するためにイメージの繰り返しコピーを使用する方法を指定する WrapMode 列挙体の要素。

[in, ref, optional] color

種類: const Color

レンダリングされたイメージの外側のピクセルの色を指定する Color オブジェクトへの参照。 この色は、wrap パラメーターが WrapModeClamp に設定されていて、DrawImage に渡されるソース四角形がイメージ自体よりも大きい場合に表示されます。 既定値は Color() です。これは、黒に初期化された Color オブジェクトです。

[in, optional] clamp

種類: BOOL

このパラメーターは、GDI+ バージョン 1.0 には影響しません。 このパラメーターを FALSE に設定 します。 既定値は FALSE です。

戻り値

種類: 状態

メソッドが成功した場合は、Status 列挙の要素である Ok を返します

メソッドが失敗した場合は、 Status 列挙体の他の要素のいずれかを返します。

要件

要件
サポートされている最小のクライアント Windows XP、Windows 2000 Professional [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー gdiplusimageattributes.h (Gdiplus.h を含む)
Library Gdiplus.lib
[DLL] Gdiplus.dll

こちらもご覧ください

Bitmap

Color

Image

ImageAttributes

メタファイル

色変更

Wrapmode