Eyeshot 10 WinForms API Reference
Picture Constructor(Plane,Double,Double,Image,Boolean)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Picture Class > Picture Constructor : Picture Constructor(Plane,Double,Double,Image,Boolean)
The picture plane (also determines the picture rotation)
The picture width
The picture height
The picture image
If true, texture coordinates are adjusted so that a big image can be decomposed in smaller pictures with one pixel overlap
Plane, dimensions and tiling constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal pln As Plane, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal image As Image, _
   Optional ByVal tiling As Boolean _
)
public Picture( 
   Plane pln,
   double width,
   double height,
   Image image,
   bool tiling
)

Parameters

pln
The picture plane (also determines the picture rotation)
width
The picture width
height
The picture height
image
The picture image
tiling
If true, texture coordinates are adjusted so that a big image can be decomposed in smaller pictures with one pixel overlap
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