Event data for the AnnRenderingEngine.LoadPicture event.
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
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET