Table of Contents

Class InterlacedView3D

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

An interlaced viewer control.

[Localizability(LocalizationCategory.NeverLocalize)]
public class InterlacedView3D : StereoControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
InterlacedView3D
Implements
Inherited Members
Extension Methods

Constructors

InterlacedView3D()

Initializes a new instance of the InterlacedView3D class.

public InterlacedView3D()

Fields

EvenLeftProperty

Identifies the EvenLeft dependency property.

public static readonly DependencyProperty EvenLeftProperty

Field Value

DependencyProperty

HorizontalOffsetProperty

Identifies the HorizontalOffset dependency property.

public static readonly DependencyProperty HorizontalOffsetProperty

Field Value

DependencyProperty

Properties

EvenLeft

Gets or sets the method.

public bool EvenLeft { get; set; }

Property Value

bool

The method.

HorizontalOffset

Gets or sets the horizontal offset.

public double HorizontalOffset { get; set; }

Property Value

double

The horizontal offset.

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

OnKeyDown(KeyEventArgs)

Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

protected override void OnKeyDown(KeyEventArgs e)

Parameters

e KeyEventArgs

The KeyEventArgs that contains the event data.

OnMouseDown(MouseButtonEventArgs)

Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

protected override void OnMouseDown(MouseButtonEventArgs e)

Parameters

e MouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.

UpdateEvenLeft()

Updates the EvenLeft property based on the vertical position of the control.

public void UpdateEvenLeft()