WmfDibStrechBlt

WmfDibStrechBlt class

Il record META_DIBSTRETCHBLT specifica il trasferimento di un blocco di pixel in formato indipendente dal dispositivo secondo un’operazione raster, con possibile espansione o contrazione.

public class WmfDibStrechBlt : WmfObject

Costruttori

NomeDescrizione
WmfDibStrechBlt()Default_Costruttore

Proprietà

NomeDescrizione
DestHeight { get; set; }Ottiene o imposta l’altezza della destinazione.
DestWidth { get; set; }Ottiene o imposta la larghezza della destinazione.
RasterOperation { get; set; }Ottiene o imposta l’operazione raster.
SourceBitmap { get; set; }Ottiene o imposta la bitmap di origine.
SrcHeight { get; set; }Ottiene o imposta l’altezza della sorgente.
SrcWidth { get; set; }Ottiene o imposta la larghezza della sorgente.
XDest { get; set; }Ottiene o imposta la x dest.
XSrc { get; set; }Ottiene o imposta la sorgente x.
YDest { get; set; }Ottiene o imposta la destinazione y.
YSrc { get; set; }Ottiene o imposta la sorgente y.

Guarda anche