←Select platform

AnnLoadPictureEventArgs Class

Summary

Event data for the AnnRenderingEngine.LoadPicture event.

Syntax
C#
VB
Objective-C
C++
Java
public class AnnLoadPictureEventArgs : EventArgs 
Public Class AnnLoadPictureEventArgs  
   Inherits System.EventArgs 
@interface LTAnnLoadPictureEvenArgs : LTAnnEventArgs 
public class AnnLoadPictureEvent extends LeadEvent 
public: 
   ref class AnnLoadPictureEventArgs : EventArgs 

Remarks

The members of this class are populated as follows when the AnnRenderingEngine.LoadPicture event occurs:

Member Description

Picture

The loaded picture object. The value of AnnPicture.Source is the URL of the image that just finished loading.

AnnObject

The owner AnnObject object

Container

The owner container

Error

Contains null if the image was loaded successfully; otherwise, this field will contain any error information.

Example

For an example, refer to AnnRenderingEngine.LoadPicture.

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.Annotations.Engine Assembly