BitmapDataFactoryCreateCalculated Method

Overload List

CreateCalculated(Size, FuncInt32, Int32, Color32, Action) Creates a read-only bitmap data with no actual underlying buffer, whose pixel values are calculated on demand using the specified delegate.
CreateCalculated(Size, FuncInt32, Int32, Color64, Action) Creates a read-only bitmap data with no actual underlying buffer, whose pixel values are calculated on demand using the specified delegate.
CreateCalculated(Size, FuncInt32, Int32, ColorF, Action) Creates a read-only bitmap data with no actual underlying buffer, whose pixel values are calculated on demand using the specified delegate.

See Also