Tanoda
Leap.DistortionEventArgs Class Reference

Dispatched when the image distortion map changes. More...

Inheritance diagram for Leap.DistortionEventArgs:
Leap.LeapEventArgs

Public Member Functions

 DistortionEventArgs (DistortionData distortion, Image.CameraType camera)
 
- Public Member Functions inherited from Leap.LeapEventArgs
 LeapEventArgs (LeapEvent type)
 

Properties

DistortionData distortion [get, protected set]
 
Image.CameraType camera [get, protected set]
 
- Properties inherited from Leap.LeapEventArgs
LeapEvent type [get, set]
 

Detailed Description

Dispatched when the image distortion map changes.

Provides the new distortion map as an argument.

Since
3.0

Definition at line 113 of file Events.cs.

Constructor & Destructor Documentation

◆ DistortionEventArgs()

Leap.DistortionEventArgs.DistortionEventArgs ( DistortionData  distortion,
Image.CameraType  camera 
)

Definition at line 114 of file Events.cs.

Property Documentation

◆ camera

Image.CameraType Leap.DistortionEventArgs.camera
getprotected set

Definition at line 119 of file Events.cs.

◆ distortion

DistortionData Leap.DistortionEventArgs.distortion
getprotected set

Definition at line 118 of file Events.cs.


The documentation for this class was generated from the following file: