←Select platform

PaintCallbacks Property

Summary

Gets the list of RasterPaintCallbacks objects containing the custom callbacks.

Syntax
C#
VB
C++
public IList<RasterPaintCallbacks> PaintCallbacks { get; } 
Public ReadOnly Property PaintCallbacks As IList(Of RasterPaintCallbacks) 
public: 
property IList<RasterPaintCallbacks^>^ PaintCallbacks { 
   IList<RasterPaintCallbacks^>^ get(); 
} 

Property Value

A list of RasterPaintCallbacks objects containing custom callbacks.

Remarks

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.

Example

For a C++ example, refer to RasterPaintCallbacks.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly