←Select platform

AnnPicture Constructor(Resources,Int32)

Summary

Initializes a new instance of the AnnPicture class from resources.

Syntax

C#
VB
Java
WinRT C#
public AnnPicture(  
   Resources res, 
   int resId 
) 
Public Function New( _ 
   ByVal res As Resources, _ 
   ByVal resId As Integer _ 
) 
public AnnPicture(  
   Resources res, 
   int resId 
) 
public AnnPicture(Object res, int resId) 
function AnnPicture(  
   res , 
   resId  
) 

Parameters

res
The resources object that contains the image.

resId
The image resource id.

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