Eyeshot 11 WinForms API Reference
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

In This Topic
    Picture Constructor(Plane,Double,Double,Image,Boolean)
    In This Topic
    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
    See Also