Costruttore Thumbnail(String, Int32, Int32)
|
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
)
Public Sub New (
file As String,
width As Integer,
height As Integer
)
public:
Thumbnail(
String^ file,
int width,
int height
)
new :
file : string *
width : int *
height : int -> Thumbnail
Parametri
- file String
- File di cui ricavare l'anteprima.
- width Int32
- Larghezza desiderata del preview.
- height Int32
- Altezza desiderata del preview.
Vedi anche