EmfLogPen 类
Summary: The LogPen object defines the style, width, and color of a logical pen.
Module: aspose.imaging.fileformats.emf.emf.objects
Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfLogPen
Inheritance: EmfBasePen
Constructors
| Name | 描述 |
|---|---|
| EmfLogPen() | 初始化 EmfLogPen 类的新实例 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| affect_width | int | r/w | 获取或设置 affect 的宽度。 |
| argb_32_color_ref | int | r/w | 获取或设置一个 WMF ColorRef 对象([MS-WMF] 第 2.2.2.8 节),用于指定笔的颜色值。 |
| pen_style | EmfPenStyle | r/w | 获取或设置一个 32 位无符号整数,用于指定 PenStyle。该值必须从第 2.1.25 节中指定的 PenStyle 枚举表中 定义。 |
| width | Point | r/w | 获取或设置一个 WMF PointL 对象([MS-WMF] 第 2.2.2.15 节),通过其 x 字段的值指定笔的宽度。其 y 字段的值必须被忽略。 |
Constructor: EmfLogPen()
EmfLogPen()
初始化 EmfLogPen 类的新实例