CustomIndexedBitmapDataConfigRowSetColorIndex Property
Gets or sets a delegate that can set a pixel of a row in the custom bitmap from a palette index.
Make sure you access the row content via the
ICustomBitmapDataRow parameter of the delegate.
Default value:
.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public Action<ICustomBitmapDataRow, int, int>? RowSetColorIndex { get; set; }
Public Property RowSetColorIndex As Action(Of ICustomBitmapDataRow, Integer, Integer)
Get
Set
public:
property Action<ICustomBitmapDataRow^, int, int>^ RowSetColorIndex {
Action<ICustomBitmapDataRow^, int, int>^ get ();
void set (Action<ICustomBitmapDataRow^, int, int>^ value);
}
member RowSetColorIndex : Action<ICustomBitmapDataRow, int, int> with get, set
Property Value
ActionICustomBitmapDataRow,
Int32,
Int32