public IList<RasterPaintCallbacks> PaintCallbacks { get; }
Public ReadOnly Property PaintCallbacks As IList(Of RasterPaintCallbacks)
public:
property IList<RasterPaintCallbacks^>^ PaintCallbacks {
IList<RasterPaintCallbacks^>^ get();
}
A list of RasterPaintCallbacks objects containing custom callbacks.
You add or remove custom callbacks using the members of the .NET IList, ICollection and IEnumerable interfaces.
If your callbacks are using unmanaged memory, it is recommended you clear the PaintCallbacks list and dispose of your class when you no longer use the RasterPaintProperties object.
The PaintCallbacks list is always valid, even if the list is empty. So you do not need to check whether it is null.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document