Costruttore Thumbnail(String, Int32, Int32, Boolean)
|
Costruttore.
Namespace: DedNet.LibAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 String
- File di cui ricavare l'anteprima.
- width Int32
- Larghezza desiderata del preview.
- height Int32
- Altezza desiderata del preview.
- throwEx Boolean
- Indica se rilanciare l'eccezione o loggarla e basta
Vedi anche