DioDocs for PDF
ApplyColorMatrix メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス : ApplyColorMatrix メソッド
A 5x4 matrix for altering RGBA values of the GcBitmap.
The target rectangle of the GcBitmap.
Multiplies RGBA values of the GcBitmap by a 5x4 matrix.
シンタックス
'宣言
 
Public Sub ApplyColorMatrix( _
   ByVal colorMatrix As ColorMatrix5x4, _
   Optional ByVal clipRect As System.Nullable(Of Rectangle) _
) 
public void ApplyColorMatrix( 
   ColorMatrix5x4 colorMatrix,
   System.Nullable<Rectangle> clipRect
)

パラメータ

colorMatrix
A 5x4 matrix for altering RGBA values of the GcBitmap.
clipRect
The target rectangle of the GcBitmap.
参照

GcBitmap クラス
GcBitmap メンバ