←Select platform

SetCallback Method

Summary

Adds a callback to the RasterPaintProperties.PaintCallbacks member.

Syntax

C#
VB
C++

Parameters

functionType
The type of callback to add.

This parameter must be one of the RasterImagePaintCallbackFunction enumeration.

functionPointer
The callback function.

Remarks

This method sets a particular callback. If you wish to remove a callback pass null (Nothing in VB) as functionPointer parameter.

Example

For an example, refer to RasterPaintProperties.PaintCallbacks.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly