コード例 #1
0
 public static Pen GetForegroundPen(this IEditorFormatMap self, ColorDefinition definition, double thickness,
                                    byte alpha = 0xff)
 => new Pen(self.GetForegroundBrush(definition, alpha), thickness);