com.spire.pdf.exporting.xps.schema
Class PathGeometry

java.lang.Object
  extended by com.spire.pdf.exporting.xps.schema.PathGeometry

public class PathGeometry
extends java.lang.Object


Field Summary
 java.lang.String Figures
           
 java.lang.String FillRule
           
 java.lang.String Key
           
 PathFigure[] PathFigure
           
 Transform PathGeometryTransform
           
 java.lang.String Transform
           
 
Constructor Summary
PathGeometry()
           
 

Field Detail

PathGeometryTransform

public Transform PathGeometryTransform

PathFigure

public PathFigure[] PathFigure

Figures

public java.lang.String Figures

FillRule

public java.lang.String FillRule

Transform

public java.lang.String Transform

Key

public java.lang.String Key
Constructor Detail

PathGeometry

public PathGeometry()