Table of Contents

Interface IScreenClone

Namespace
HelixToolkit.SharpDX.Core
Assembly
HelixToolkit.SharpDX.dll
public interface IScreenClone

Properties

CloneRectangle

Gets or sets the clone rectangle.

Rectangle CloneRectangle { get; set; }

Property Value

Rectangle

The clone rectangle.

Output

Gets or sets the output.

int Output { get; set; }

Property Value

int

The output.

ShowMouseCursor

Gets or sets a value indicating whether [show mouse cursor].

bool ShowMouseCursor { get; set; }

Property Value

bool

true if [show mouse cursor]; otherwise, false.

StretchToFill

Gets or sets a value indicating whether cloned rectangle is stretched during rendering, default is false;

bool StretchToFill { get; set; }

Property Value

bool

true if stretch; otherwise, false.