←Select platform

PaintCallbacks Property

Summary
Gets the list of RasterPaintCallbacks objects containing the custom callbacks.
Syntax
C#
C++/CLI
Python
public IList<RasterPaintCallbacks> PaintCallbacks { get; } 
public: 
property IList<RasterPaintCallbacks^>^ PaintCallbacks { 
   IList<RasterPaintCallbacks^>^ get(); 
} 
PaintCallbacks # get  (RasterPaintProperties) 

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. Hence, there is no need to check whether PaintCallbacks is null.

Requirements

Target Platforms

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

Leadtools.Drawing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.