Table of Contents

Struct ScreenshotResult

Namespace
Ink_Canvas
Assembly
InkCanvasForClass.dll
public struct ScreenshotResult
Inherited Members

Constructors

ScreenshotResult(Rectangle, List<Point>, Bitmap, BitmapSource, bool)

public ScreenshotResult(Rectangle area, List<Point> path = null, Bitmap cameraImage = null, BitmapSource cameraBitmapSource = null, bool addToWhiteboard = false)

Parameters

area Rectangle
path List<Point>
cameraImage Bitmap
cameraBitmapSource BitmapSource
addToWhiteboard bool

Fields

AddToWhiteboard

public bool AddToWhiteboard

Field Value

bool

Area

public Rectangle Area

Field Value

Rectangle

CameraBitmapSource

public BitmapSource CameraBitmapSource

Field Value

BitmapSource

CameraImage

public Bitmap CameraImage

Field Value

Bitmap

Path

public List<Point> Path

Field Value

List<Point>