Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MetroFramework
Animation
MoveAnimation
C# 클래스 MetroFramework.Animation.MoveAnimation
상속:
AnimationBase
파일 보기
프로젝트 열기: AshishKilmist/MetroFramework
1 사용 예제들
공개 메소드들
메소드
설명
Start
(
Control
control
,
Point
targetPoint
,
TransitionType
transitionType
,
int
duration
) :
void
비공개 메소드들
메소드
설명
DoMoveAnimation
(
int
startPos
,
int
targetPos
) :
int
메소드 상세
Start()
공개
메소드
public
Start
(
Control
control
,
Point
targetPoint
,
TransitionType
transitionType
,
int
duration
) :
void
control
System.Windows.Forms.Control
targetPoint
System.Drawing.Point
transitionType
TransitionType
duration
int
리턴
void