←Select platform

OnLoadPicture Method

Summary

Overrides OnLoadPicture.

Syntax
C#
VB
Objective-C
C++
Java
public override void OnLoadPicture( 
   AnnLoadPictureEventArgs e 
) 
Public Overrides Sub OnLoadPicture( _ 
   ByVal e As AnnLoadPictureEventArgs _ 
)  
-(void) onLoadPicture:(LTAnnLoadPictureEvenArgs*)args; 
public void onLoadPicture(AnnLoadPictureEvent event) 
public:  
   virtual void OnLoadPicture( 
      AnnLoadPictureEventArgs^ e 
   ) override 

Parameters

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.Rendering.WinForms Assembly