2.2.2.31 EmfPlusPathPointType Object
The EmfPlusPathPointType object specifies a type value associated with a point on a graphics path.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Flags |
Type |
Flags (4 bits): A flag field that specifies properties of the path point. This value is one or more of the PathPointType flags (section 2.1.2.6).
Type (4 bits): An unsigned integer path point type. This value is defined in the PathPointType enumeration (section 2.1.1.22).
Graphics paths are specified by EmfPlusPath objects (section 2.2.1.6). Every point on a graphics path MUST have a type value associated with it.
See section 2.2.2 for the specification of additional structure objects.