10 references to PenType
System.Drawing.Common (6)
System\Drawing\Drawing2D\PenType.cs (5)
8
SolidColor = GdiPlus.
PenType
.PenTypeSolidColor,
9
HatchFill = GdiPlus.
PenType
.PenTypeHatchFill,
10
TextureFill = GdiPlus.
PenType
.PenTypeTextureFill,
11
PathGradient = GdiPlus.
PenType
.PenTypePathGradient,
12
LinearGradient = GdiPlus.
PenType
.PenTypeLinearGradient
System\Drawing\Pen.cs (1)
536
GdiPlus.
PenType
type;
System.Private.Windows.GdiPlus (4)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (4)
4767
/// <inheritdoc cref="GdipGetPenFillType(winmdroot.Graphics.GdiPlus.GpPen*, winmdroot.Graphics.GdiPlus.
PenType
*)"/>
4768
internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetPenFillType(ref winmdroot.Graphics.GdiPlus.GpPen pen, ref winmdroot.Graphics.GdiPlus.
PenType
type)
4770
fixed (winmdroot.Graphics.GdiPlus.
PenType
* typeLocal = &type)
4781
internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetPenFillType(winmdroot.Graphics.GdiPlus.GpPen* pen, winmdroot.Graphics.GdiPlus.
PenType
* type);