FillPattern(String, FillPatternTarget, FillPatternHostOrientation, Double, Double, Double)
Description:
Creates a simple crosshatch fill pattern based on the given name, angle, spacing, FillPatternTarget and FillPatternHostOrientation.
Creates a simple crosshatch fill pattern based on the given name, angle, spacing, FillPatternTarget and FillPatternHostOrientation.
Overloads (5):
FillPattern(String,FillPatternTarget,FillPatternHostOrientation,Double,Double,Double)
public FillPattern(
string name,
FillPatternTarget target,
FillPatternHostOrientation orientation,
double angle,
double spacing1,
double spacing2
)
-
StringnameThe name.
-
targetThe fill pattern target.
-
orientationThe fill pattern orientation.
-
DoubleangleThe angle.
-
Doublespacing1The spacing.
-
Doublespacing2The spacing.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration