4 references to MetafileTypeEmfPlusOnly
System.Drawing.Common (4)
System\Drawing\Imaging\MetafileHeader.cs (3)
70
or GdiPlus.MetafileType.
MetafileTypeEmfPlusOnly
77
public bool IsEmfPlus() => _header.Type is GdiPlus.MetafileType.
MetafileTypeEmfPlusOnly
90
public bool IsEmfPlusOnly() => _header.Type is GdiPlus.MetafileType.
MetafileTypeEmfPlusOnly
;
System\Drawing\Imaging\MetafileType.cs (1)
34
EmfPlusOnly = GdiPlus.MetafileType.
MetafileTypeEmfPlusOnly
,