Leadtools.Annotations.Core Namespace : AnnLoadPictureEventArgs Class |
public class AnnLoadPictureEventArgs : System.EventArgs
Public Class AnnLoadPictureEventArgs Inherits System.EventArgs
public sealed class AnnLoadPictureEventArgs : ~Remove~
@interface LTAnnLoadPictureEvenArgs : LTAnnEventArgs
public class AnnLoadPictureEvent extends LeadEvent
function Leadtools.Annotations.Core.AnnLoadPictureEventArgs()
The members of this class are populated as follows when the AnnRenderingEngine.LoadPicture event occurs:
Member | Description |
---|---|
The loaded picture object. The value of AnnPicture.Source is the URL of the image that just finished loading. |
|
The owner AnnObject object |
|
The owner container |
|
Contains null if the image was loaded successfully; otherwise, this field will contain any error information. |
For an example, refer to AnnRenderingEngine.LoadPicture.