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
areaRectanglepathList<Point>cameraImageBitmapcameraBitmapSourceBitmapSourceaddToWhiteboardbool
Fields
AddToWhiteboard
public bool AddToWhiteboard
Field Value
Area
public Rectangle Area
Field Value
CameraBitmapSource
public BitmapSource CameraBitmapSource
Field Value
CameraImage
public Bitmap CameraImage
Field Value
Path
public List<Point> Path