IBackgroundPicture Interface Members
In This Topic
The following tables list the members exposed by IBackgroundPicture.
Public Methods
| Name | Description |
| getBackgroundImageLayout | Gets a value that describes how an Image should be stretched to fill the destination rectangle. |
| getCornerRadius | Gets a value that describes how rounded the corners are on a rectangular die-cut, in pixels. |
| getTransparency | Gets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear). |
| setBackgroundImageLayout | Sets a value that describes how an Image should be stretched to fill the destination rectangle. |
| setCornerRadius | Sets a value that describes how rounded the corners are on a rectangular die-cut, in pixels. |
| setTransparency | Sets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear). |
Top
See Also