6 references to World
System.Drawing.Common (6)
System\Drawing\FontConverter.cs (2)
70case GraphicsUnit.World: 308"world" => GraphicsUnit.World,
System\Drawing\Graphics.cs (1)
338if (value is < GraphicsUnit.World or > GraphicsUnit.Millimeter)
System\Drawing\Pen.cs (2)
48PInvokeGdiPlus.GdipCreatePen1((uint)color.ToArgb(), width, (int)GraphicsUnit.World, &pen).ThrowIfFailed(); 71PInvokeGdiPlus.GdipCreatePen2(brush.NativeBrush, width, (int)GraphicsUnit.World, &pen).ThrowIfFailed();
System\Drawing\StringUnit.cs (1)
14World = GraphicsUnit.World,