Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/IImageViewer > API/Plugins/ImageWidgets/IImageViewer/FDrawProperties
Where in the 2D plane the image rectangle is supposed to be drawn.
| Name | FPlacement |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/IImageViewer.h |
| Include Path | #include "IImageViewer.h" |
Syntax
struct FPlacement
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Offset | FVector2d | Offset from the origin, i.e. (0, 0). | IImageViewer.h | |
| Size | FVector2d | XY size of the axis aligned rectangle containing the image. | IImageViewer.h | |
| ZoomFactor | double | The zoom factor used for the image. | IImageViewer.h |