12 private readonly
string contentId;
13 private SKImage image =
null;
24 this.contentId = ContentId;
40 public SKImage
Image => this.image;
53 this.image?.Dispose();
Event raised when the layout model has been updated internally.
InteralImageEventArgs(Layout2DDocument Document, string ContentId)
Event raised when the layout model has been updated internally.
string ContentId
Content ID to retrieve.
SKImage Image
Image to return.
void SetImage(SKImage Image)
Sets the image to return for the event.
Layout2DDocument Document
Document that has been updated.
bool HasImage
If an image has been set.
Contains a 2D layout document.