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

NOTE: This member is now obsolete. Use the plane only constructor instead.

Plane, base point and dimensions constructor.
Public Sub New( _ 
ByVal pln As Plane, _ 
ByVal basePoint As Point3D, _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal image As Image
)
This language is not supported or no code example is available.
public Picture( 
Plane pln
Point3D basePoint
double width
double height
Image image 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The picture plane (also determines the picture rotation)

basePoint
Point3D

The base point (also determines the distance from world origin)

width
double

The picture width

height
double

The picture height

image
Image

The picture image

.NET Framework

Supported in: 4.8

In this article

Definition