static public method ImageExtensions.AddImageToRepeatingArea
Adds an image with specified width and height in pixels and scaling mode from a file to the repeating area, and returns the RepeatingAreaBuilder
.
Declaration | ||||
|
Parameters | |
areaBuilder |
This |
filePath |
A path to the image file. |
width |
The image width in pixels. |
height |
The image height in pixels. |
scaling |
The image scaling mode. |
Declared in ImageExtensions