Navigation
API > API/Plugins > API/Plugins/MediaViewer
Geometry of the image within the panel.
| Name | FMediaImageSlatePaintGeometry |
| Type | struct |
| Header File | /Engine/Plugins/Media/MediaViewer/Source/MediaViewer/Public/ImageViewer/MediaImageViewer.h |
| Include Path | #include "ImageViewer/MediaImageViewer.h" |
Syntax
struct FMediaImageSlatePaintGeometry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Geometry | const FPaintGeometry | Slate geometry of the image within the painted area. | ImageViewer/MediaImageViewer.h | |
| Position | const FVector2D | Position of the image within the painted area. | ImageViewer/MediaImageViewer.h | |
| Size | const FVector2D | Size of the image within the painted area. | ImageViewer/MediaImageViewer.h |