←Select platform

AnnLoadPictureEventArgs Class

Summary

Event data for the AnnRenderingEngine.LoadPicture event.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public class AnnLoadPictureEventArgs : EventArgs 
Public Class AnnLoadPictureEventArgs  
   Inherits System.EventArgs 
public sealed class AnnLoadPictureEventArgs : System.EventArgs  
@interface LTAnnLoadPictureEvenArgs : LTAnnEventArgs 
public class AnnLoadPictureEvent extends LeadEvent 
function Leadtools.Annotations.Core.AnnLoadPictureEventArgs() 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly