←Select platform

Picture Property

Summary

Gets the loaded picture object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnPicture Picture { get; } 
Public ReadOnly Property Picture As Leadtools.Annotations.Core.AnnPicture 
@property (nonatomic,readonly) LTAnnPicture* picture; 
public AnnPicture getPicture() 
 get_Picture();  
public:  
   property AnnPicture^ Picture 
   { 
      AnnPicture^ get() 
   } 

Property Value

The loaded picture object.

Remarks

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

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