Table of Contents

Class ScreenshotSelectorWindow

Namespace
Ink_Canvas
Assembly
InkCanvasForClass.dll

ScreenshotSelectorWindow

public class ScreenshotSelectorWindow : Window, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
ScreenshotSelectorWindow
Implements
Inherited Members

Constructors

ScreenshotSelectorWindow()

public ScreenshotSelectorWindow()

Properties

CameraBitmapSource

public BitmapSource CameraBitmapSource { get; }

Property Value

BitmapSource

CameraImage

public Bitmap CameraImage { get; }

Property Value

Bitmap

SelectedArea

public Rectangle? SelectedArea { get; }

Property Value

Rectangle?

SelectedPath

public List<Point> SelectedPath { get; }

Property Value

List<Point>

ShouldAddToWhiteboard

public bool ShouldAddToWhiteboard { get; }

Property Value

bool

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

OnClosed(EventArgs)

Raises the Closed event.

protected override void OnClosed(EventArgs e)

Parameters

e EventArgs

An EventArgs that contains the event data.