IPictureFillFormat
General
IPictureFillFormat és una interfície en Aspose.Slides per a NET.
Representa un estil de rellotge d’imatge.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Dpi | int | Read/Write | Specifies the resolution in dots per inch for the picture fill |
PictureFillMode | PictureFillMode | Read/Write | Determines how the picture is applied (e.g., stretch, tile) |
Picture | ISlidesPicture | Read | Provides access to the source image used for the fill |
CropLeft | float | Read/Write | Defines the left cropping amount of the picture as a proportion |
CropTop | float | Read/Write | |
CropRight | float | Read/Write | |
CropBottom | float | Read/Write | |
StretchOffsetLeft | float | Read/Write | Sets the left offset when stretching the picture |
StretchOffsetTop | float | Read/Write | Sets the top offset when stretching the picture |
StretchOffsetRight | float | Read/Write | Sets the right offset when stretching the picture |
StretchOffsetBottom | float | Read/Write | Sets the bottom offset when stretching the picture |
TileOffsetX | float | Read/Write | Specifies the horizontal offset for tiled picture placement |
TileOffsetY | float | Read/Write | Specifies the vertical offset for tiled picture placement |
TileScaleX | float | Read/Write | Defines the horizontal scaling factor for tiled pictures |
TileScaleY | float | Read/Write | Defines the vertical scaling factor for tiled pictures |
TileAlignment | RectangleAlignment | Read/Write | Indicates how tiled pictures are aligned within the shape |
TileFlip | TileFlip | Read/Write | Determines whether tiled pictures are flipped horizontally or vertically |