GrapeCity.Xaml.SpreadSheet.Data
Picture Constructor(String,ImageSource)


The picture name.
The image source of the picture.
Initializes a new instance of the Picture class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal source As ImageSource _
)
'Usage
 
Dim name As String
Dim source As ImageSource
 
Dim instance As New Picture(name, source)
public Picture( 
   string name,
   ImageSource source
)

Parameters

name
The picture name.
source
The image source of the picture.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Picture Class
Picture Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options