| Name | Type | Description |
|---|---|---|
| Type | ||
| FileName |
String
|
|
| PatternCanvasIndex |
Long
|
Specifies the pattern canvas by its index number. |
| FrontColor | Specifies the foreground color for the pattern fill. |
|
| EndColor | Specifies the background color for the pattern fill. |
|
| TransformWithShape |
Boolean
|
Specifies whether to transform the pattern fill with the shape. |
Sub Test() Dim s As Shape Set s = ActiveLayer.CreateRectangle(0, 0, 5, 5) s.Fill.ApplyPatternFill cdrBitmapPattern, Application.Path + "Custom Data\Canvas\breadc.pcx" End Sub