PenAlignment

EmfPlusPenOptionalData.PenAlignment property

Gets or sets optional 32-bit signed integer that specifies the distribution of the pen width with respect to the coordinates of the line being drawn. This field MUST be present if the PenDataNonCenter flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the PenAlignment enumeration (section 2.1.1.24).

public EmfPlusPenAlignment PenAlignment { get; set; }

See Also