C# Класс AnimationDeveloperSamples.MapGraphicKeyframe

Наследование: IAGKeyframe, IAGKeyframeUI
Показать файл Открыть проект

Открытые методы

Метод Описание
Apply ( IAGAnimationTrack pTrack, IAGAnimationContainer pContainer, object pObject ) : void
CaptureProperties ( IAGAnimationContainer pContainer, object pObject ) : void
GetText ( int propIndex, int columnIndex ) : string
Interpolate ( IAGAnimationTrack pTrack, IAGAnimationContainer pContainer, object pObject, int propertyIndex, double time, IAGKeyframe pNextKeyframe, IAGKeyframe pPrevKeyframe, IAGKeyframe pAfterNextKeyframe ) : void
MapGraphicKeyframe ( ) : System
RefreshObject ( IAGAnimationTrack pTrack, IAGAnimationContainer pContainer, object pObject ) : void
SetText ( int propIndex, int columnIndex, string text ) : void
get_IsActiveProperty ( int propIndex ) : bool
get_PropertyValue ( int propIndex ) : object
set_IsActiveProperty ( int propIndex, bool pbIsActiveProp ) : void
set_PropertyValue ( int propIndex, object pValue ) : void

Приватные методы

Метод Описание
AddGraphicToDisplay ( IElement elem, IAGAnimationContainer animContainer ) : void
AddPropertySet ( IElement elem ) : void
CheckGraphicExistance ( IElement elem, IAGAnimationContainer animContainer ) : bool
GetElementBound ( IElement elem, IAGAnimationContainer pContainer ) : IEnvelope
MoveElement ( IElement elem, IPoint new_pos, IAGAnimationContainer pContainer ) : void
RecreateLineGeometry ( IElement elem, IAGAnimationTrack pTrack, IAGKeyframe pKeyframe, IPoint new_pos ) : void
RefreshGraphicObject ( IElement elem, IAGAnimationContainer pContainer ) : void
RemoveGraphicFromDisplay ( IElement elem, IAGAnimationContainer animContainer ) : void
RotateElement ( IElement elem, double new_angle, IAGAnimationContainer pContainer ) : void
TracePath ( IElement elem, IPoint new_pos, IAGAnimationContainer pContainer, IAGAnimationTrack pTrack, IAGKeyframe pKeyframe ) : void
UpdateGraphicObject ( IElement elem, IAGAnimationContainer pContainer, IAGAnimationTrack pTrack, IPoint new_pos, double new_angle ) : void

Описание методов

Apply() публичный Метод

public Apply ( IAGAnimationTrack pTrack, IAGAnimationContainer pContainer, object pObject ) : void
pTrack IAGAnimationTrack
pContainer IAGAnimationContainer
pObject object
Результат void

CaptureProperties() публичный Метод

public CaptureProperties ( IAGAnimationContainer pContainer, object pObject ) : void
pContainer IAGAnimationContainer
pObject object
Результат void

GetText() публичный Метод

public GetText ( int propIndex, int columnIndex ) : string
propIndex int
columnIndex int
Результат string

Interpolate() публичный Метод

public Interpolate ( IAGAnimationTrack pTrack, IAGAnimationContainer pContainer, object pObject, int propertyIndex, double time, IAGKeyframe pNextKeyframe, IAGKeyframe pPrevKeyframe, IAGKeyframe pAfterNextKeyframe ) : void
pTrack IAGAnimationTrack
pContainer IAGAnimationContainer
pObject object
propertyIndex int
time double
pNextKeyframe IAGKeyframe
pPrevKeyframe IAGKeyframe
pAfterNextKeyframe IAGKeyframe
Результат void

MapGraphicKeyframe() публичный Метод

public MapGraphicKeyframe ( ) : System
Результат System

RefreshObject() публичный Метод

public RefreshObject ( IAGAnimationTrack pTrack, IAGAnimationContainer pContainer, object pObject ) : void
pTrack IAGAnimationTrack
pContainer IAGAnimationContainer
pObject object
Результат void

SetText() публичный Метод

public SetText ( int propIndex, int columnIndex, string text ) : void
propIndex int
columnIndex int
text string
Результат void

get_IsActiveProperty() публичный Метод

public get_IsActiveProperty ( int propIndex ) : bool
propIndex int
Результат bool

get_PropertyValue() публичный Метод

public get_PropertyValue ( int propIndex ) : object
propIndex int
Результат object

set_IsActiveProperty() публичный Метод

public set_IsActiveProperty ( int propIndex, bool pbIsActiveProp ) : void
propIndex int
pbIsActiveProp bool
Результат void

set_PropertyValue() публичный Метод

public set_PropertyValue ( int propIndex, object pValue ) : void
propIndex int
pValue object
Результат void