XpsPath class

XpsPath class

Class incapsulating Path element features. This element is the sole means of adding vector graphics and images to a fixed page. It defines a single vector graphic to be rendered on a page.

Inheritance: XpsPathXpsContentElementXpsHyperlinkElementXpsElementXpsObject

The XpsPath type exposes the following members:

Properties

PropertyDescription
countReturns number of child elements.
hyperlink_targetReturns/sets hyperlink target object.
render_transformReturns/sets the affine transformation matrix establishing a new coordinate frame
for all attributes of the element and for all child elements (if any).
clipReturns/sets the path geometry instance limiting the rendered region of the element.
opacityReturns/sets the value defining the uniform transparency of the element.
opacity_maskReturns/sets the brush specifying a mask of alpha values
that is applied to the element in the same fashion as the Opacity attribute,
but allowing different alpha values for different areas of the element.
fillReturns/sets the brush used to paint the geometry specified
by the Data property of the path.
dataReturns/sets the geometry of the path.
strokeReturns/sets the brush used to draw the stroke.
stroke_dash_arrayReturns/sets the array specifying the length of dashes and gaps of the outline stroke.
stroke_dash_capReturns/sets the value specifying how the ends of each dash are drawn.
stroke_dash_offsetReturns/sets the start point for repeating the dash array pattern.
If this value is omitted, the dash array aligns with the origin of the stroke.
stroke_start_line_capReturns/sets the value defining the shape of the beginning of the first dash in a stroke.
stroke_end_line_capReturns/sets the value defining the shape of the end of the last dash in a stroke.
stroke_line_joinReturns/sets the value defining the shape of the beginning of the first dash in a stroke.
stroke_miter_limitReturns/sets the ratio between the maximum miter length and half of the stroke thickness.
This value is significant only if the StrokeLineJoin attribute specifies Miter.
stroke_thicknessReturns/sets the thickness of a stroke, in units of
the effective coordinate space (includes the path’s render transform).
The stroke is drawn on top of the boundary of the geometry specified
by the Path element’s Data property. Half of the StrokeThickness extends
outside of the geometry specified by the Data property and the other half
extends inside of the geometry.

Indexer

NameDescription
[index]

Methods

MethodDescription
cloneClones this path.

See Also