Eyeshot 9.0 WPF API Reference
Picture Constructor(Plane,Point3D,Double,Double,Image)

WPF Assembly > devDept.Eyeshot.Entities Namespace > Picture Class > Picture Constructor : Picture Constructor(Plane,Point3D,Double,Double,Image)
The picture plane (also determines the picture rotation)
The base point (also determines the distance from world origin)
The picture width
The picture height
The picture image
Plane, base point and dimensions constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal pln As Plane, _
   ByVal basePoint As Point3D, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal image As Image _
)
public Picture( 
   Plane pln,
   Point3D basePoint,
   double width,
   double height,
   Image image
)

Parameters

pln
The picture plane (also determines the picture rotation)
basePoint
The base point (also determines the distance from world origin)
width
The picture width
height
The picture height
image
The picture image
Remarks
The supported pixel formats are: System.Drawing.Imaging.PixelFormat.Format1bppIndexed, System.Drawing.Imaging.PixelFormat.Format8bppIndexed, System.Drawing.Imaging.PixelFormat.Format24bppRgb, System.Drawing.Imaging.PixelFormat.Format32bppArgb
See Also

Reference

Picture Class
Picture Members
Overload List