このメソッドは、ImageModification オブジェクトのペイント領域の内部配列に、新しいペイント領域を追加します。以前に追加したすべてのペイント領域を削除するには、IImageModification::ClearPaintRegions メソッドを呼び出します。変更を画像の単一の color (または gray) プレーンに適用する場合は、領域の座標をその color (gray) プレーン上で指定する必要があります。変更を ImageModification 全体に適用する場合は、座標を傾き補正済みの black-and-white 画像プレーン上で指定する必要があります。Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
構文
C++
C#
Visual Basic .NET
パラメーター
int 値は、RGB の各値から次の式で計算されます: ( red value ) + (256 x green value ) + (65536 x blue value )。ここで、red value は 1 番目の値、green value は 2 番目の値、blue value は 3 番目の値です。たとえば、白の int 値は 16777215 です。
