Costruttore Thumbnail (String, Int32, Int32, Boolean)
|
Costruttore.
Namespace:
DedNet.Lib
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public Thumbnail(
string file,
int width,
int height,
bool throwEx
)
Public Sub New (
file As String,
width As Integer,
height As Integer,
throwEx As Boolean
)
public:
Thumbnail(
String^ file,
int width,
int height,
bool throwEx
)
new :
file : string *
width : int *
height : int *
throwEx : bool -> Thumbnail
Parametri
- file
- Tipo: SystemString
File di cui ricavare l'anteprima. - width
- Tipo: SystemInt32
Larghezza desiderata del preview. - height
- Tipo: SystemInt32
Altezza desiderata del preview. - throwEx
- Tipo: SystemBoolean
Indica se rilanciare l'eccezione o loggarla e basta
Vedi anche