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


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

Parameters

name
The picture name.
source
The image source of the picture.
x
The x location of the picture.
y
The y location of the picture.
width
The picture width.
height
The picture height.
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