←Select platform

AnnPicture Constructor(BitmapSource)

Summary

Initializes a new instance of the AnnPicture class with a specific image.

Syntax

C#
VB
C++
public AnnPicture( 
   BitmapSource img 
) 
  
Public Function New( _ 
   ByVal img As BitmapSource _ 
) 
public: 
AnnPicture(  
   BitmapSource^ img 
) 

Parameters

img
The System.Windows.Media.Imaging.BitmapSource to be used with this AnnPicture object.

Example

For C#/VB examples, refer to AnnPicture.

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.Windows.Annotations Assembly