API.Image (List<Object>, Int32, Int32, Int32, Nullable<Color>) Method

Creates an Image from entities
Public Shared Function Image( _ 
ByVal entities As List(Of Object), _ 
ByVal width As Integer, _ 
ByVal height As Integer, _ 
Optional ByVal border As Integer = 3, _ 
Optional ByVal backcolor As Nullable(Of Color) = null _ 
) As Image
This language is not supported or no code example is available.
public static Image Image( 
List<object> entities
int width
int height
int border = 3, 
Nullable<Color> backcolor = null 
)
This language is not supported or no code example is available.
public:  
static Image^ Image( 
List<object^>^ entities
int width
int height
int border
Nullable<Color> backcolor 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

entities
List<object>

Entities

width
int

Image width

height
int

Image height

border
int

Border pixels

backcolor
Nullable<Color>

Image background color, if null=transparent

Return Value

Image

An Image

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition