Resource Base
Table of contents

ImageEditorView

The ImageEditorView class is used to display an image and related UI elements.

Definition

Namespace: Dynamsoft.CameraEnhancer.Maui

Assembly: Dynamsoft.CameraEnhancer.Maui

class ImageEditorView : View

Methods & Properties

Method Description
ImageEditorView The constructor.
GetDrawingLayer Get the specified DrawingLayer.
Property Type Description
OriginalImage ImageData The original image that displayed on the view.
SelectedDrawingItem DrawingItem The selected DrawingItem on the view.

ImageEditorView

The constructor. Create an instance of ImageEditorView.

ImageEditorView();

GetDrawingLayer

Get the specified DrawingLayer.

DrawingLayer GetDrawingLayer(EnumDrawingLayerId id);

Parameters

[in] id: One of the EnumDrawingLayerId member that specifies the ID of the layer that you want to get.

Return Value

The DrawingLayer instance.

OriginalImage

The origial image that displayed on the view.

ImageData OriginalImage{ get; set; }

SelectedDrawingItem

The selected DrawingItem on the view.

DrawingItem SelectedDrawingItem { get; }

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: