Picture(Plane, Double, Double, Image, Boolean) Constructor

Plane, dimensions and tiling constructor.
Public Sub New( _ 
ByVal pln As Plane, _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal image As Image, _ 
Optional ByVal tiling As Boolean = false _ 
)
This language is not supported or no code example is available.
public Picture( 
Plane pln
double width
double height
Image image
bool tiling = false 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The picture plane (also determines the picture rotation)

width
double

The picture width

height
double

The picture height

image
Image

The picture image

tiling
bool

If true, texture coordinates are adjusted so that a big image can be decomposed in smaller pictures with one pixel overlap

.NET Framework

Supported in: 4.8

In this article

Definition