Width

EmfLogPen.Width property

Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the width of the pen by the value of its x field. The value of its y field MUST be ignored.

public Point Width { get; set; }

See Also