CharacterRange::CharacterRange(INT,INT) メソッド (gdiplustypes.h)
CharacterRange::CharacterRange オブジェクトを作成し、指定された値にデータ メンバーを初期化します。
構文
void CharacterRange(
[in] INT first,
[in] INT length
);
パラメーター
[in] first
型: INT
この範囲の最初の位置を指定する整数。 たとえば、 first が 0 に設定されている場合、この範囲の最初の位置は文字列内の位置 0 になります。
[in] length
型: INT
この範囲内の位置の数を指定する整数。
戻り値
なし
必要条件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplustypes.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |