C# 클래스 AForge.Controls.ManipulatorControl.PositionEventArgs

Class, which summarizes arguments of manipulator's position change event.

Properties of this class allow to get: X/Y coordinates of manipulator in Cartesian coordinate system, where X axis is directed from center of the control to the right and Y axis is directed from center to the top. Both coordinates are measured in [-1, 1] range. Theta and R coordinates of manipulator in Polar coordinate system.

상속: System.EventArgs
파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET

공개 메소드들

메소드 설명
PositionEventArgs ( float x, float y ) : System

Initializes a new instance of the PositionEventArgs class.

메소드 상세

PositionEventArgs() 공개 메소드

Initializes a new instance of the PositionEventArgs class.
public PositionEventArgs ( float x, float y ) : System
x float X coordinate of manipulator, [-1, 1].
y float Y coordinate of manipulator, [-1, 1].
리턴 System