4 references to EMRBITBLT
System.Windows.Forms.Primitives.TestUtilities (4)
Metafiles\EmfRecord.cs (2)
64
public
EMRBITBLT
* BitBltRecord
65
=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_BITBLT ? (
EMRBITBLT
*)_lpmr : null;
Metafiles\RecordTypes\EMRBITBLT.cs (1)
36
return $@"[{nameof(
EMRBITBLT
)}] Bounds: {rclBounds} Destination: {dest} Rop: {dwRop}Source DC Color: {crBkColorSrc.ToSystemColorString()}";
Metafiles\Validators\BitBltValidator.cs (1)
34
EMRBITBLT
* bitBlt = record.BitBltRecord;