1 type derived from CustomLineCap
System.Drawing.Common (1)
System\Drawing\Drawing2D\AdjustableArrowCap.cs (1)
6
public sealed unsafe partial class AdjustableArrowCap :
CustomLineCap
19 instantiations of CustomLineCap
System.Drawing.Common (1)
System\Drawing\Drawing2D\CustomLineCap.cs (1)
47
return new
CustomLineCap
(cap);
System.Drawing.Common.Tests (18)
System\Drawing\Drawing2D\CustomLineCapTests.cs (12)
46
using (CustomLineCap customLineCap =
new
(fillPath, strokePath, baseCap, baseInset))
63
using CustomLineCap customLineCap =
new
(fillPath, strokePath, baseCap, 0f);
72
AssertExtensions.Throws<ArgumentException>(null, () => new
CustomLineCap
(fillPath, null));
83
Assert.Throws<NotImplementedException>(() => new
CustomLineCap
(fillPath, null));
93
using CustomLineCap customLineCap =
new
(null, strokePath);
111
using CustomLineCap customLineCap =
new
(null, strokePath);
131
using CustomLineCap customLineCap =
new
(null, strokePath);
144
using CustomLineCap customLineCap =
new
(null, strokePath);
160
using CustomLineCap customLineCap =
new
(null, strokePath);
181
using CustomLineCap customLineCap =
new
(null, strokePath);
202
using CustomLineCap customLineCap =
new
(null, strokePath);
211
using CustomLineCap customLineCap =
new
(null, strokePath);
System\Drawing\PenTests.cs (6)
370
using CustomLineCap lineCap =
new
(fillPath, strokePath);
395
CustomLineCap lineCap =
new
(fillPath, strokePath);
407
using CustomLineCap lineCap =
new
(fillPath, strokePath);
422
using CustomLineCap lineCap =
new
(fillPath, strokePath);
447
CustomLineCap lineCap =
new
(fillPath, strokePath);
459
using CustomLineCap lineCap =
new
(fillPath, strokePath);
22 references to CustomLineCap
System.Drawing (1)
System.Drawing.cs (1)
27
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.
CustomLineCap
))]
System.Drawing.Common (5)
System\Drawing\Drawing2D\CustomLineCap.cs (1)
34
internal static
CustomLineCap
CreateCustomLineCapObject(GpCustomLineCap* cap)
System\Drawing\Pen.cs (4)
262
public
CustomLineCap
CustomStartCap
269
return
CustomLineCap
.CreateCustomLineCapObject(lineCap);
287
public
CustomLineCap
CustomEndCap
294
return
CustomLineCap
.CreateCustomLineCapObject(lineCap);
System.Drawing.Common.Tests (16)
System\Drawing\Drawing2D\CustomLineCapTests.cs (10)
46
using (
CustomLineCap
customLineCap = new(fillPath, strokePath, baseCap, baseInset))
63
using
CustomLineCap
customLineCap = new(fillPath, strokePath, baseCap, 0f);
93
using
CustomLineCap
customLineCap = new(null, strokePath);
111
using
CustomLineCap
customLineCap = new(null, strokePath);
131
using
CustomLineCap
customLineCap = new(null, strokePath);
144
using
CustomLineCap
customLineCap = new(null, strokePath);
160
using
CustomLineCap
customLineCap = new(null, strokePath);
181
using
CustomLineCap
customLineCap = new(null, strokePath);
202
using
CustomLineCap
customLineCap = new(null, strokePath);
211
using
CustomLineCap
customLineCap = new(null, strokePath);
System\Drawing\PenTests.cs (6)
370
using
CustomLineCap
lineCap = new(fillPath, strokePath);
395
CustomLineCap
lineCap = new(fillPath, strokePath);
407
using
CustomLineCap
lineCap = new(fillPath, strokePath);
422
using
CustomLineCap
lineCap = new(fillPath, strokePath);
447
CustomLineCap
lineCap = new(fillPath, strokePath);
459
using
CustomLineCap
lineCap = new(fillPath, strokePath);