<Code Lib>

Name Return Type Description
C FillPattern() None Creates a fill pattern with FillPatternHostOrientation::FPORIENTATION_TO_VIEW and FillPatternTarget::FPTARGET_NONE.
C FillPattern(FillPattern) None Constructs a new copy of the input FillPattern object.
C FillPattern(String, FillPatternTarget, FillPatternHostOrientation) None Creates a fill pattern based on the given name, FillPatternTarget and FillPatternHostOrientation.
C FillPattern(String, FillPatternTarget, FillPatternHostOrientation, Double, Double) None Creates a simple hatch fill pattern based on the given name, angle, spacing, FillPatternTarget and FillPatternHostOrientation.
C FillPattern(String, FillPatternTarget, FillPatternHostOrientation, Double, Double, Double) None Creates a simple crosshatch fill pattern based on the given name, angle, spacing, FillPatternTarget and FillPatternHostOrientation.