Method | Description | |
---|---|---|
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 | ||
MapLayerEffectsKeyframe ( ) : 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 |
Method | Description | |
---|---|---|
GetBrightness ( ILayer layer ) : short | ||
GetContrast ( ILayer layer ) : short | ||
SetBrightness ( ILayer layer, short brtness ) : void | ||
SetContrast ( ILayer layer, short ctr ) : void |
public Apply ( IAGAnimationTrack pTrack, IAGAnimationContainer pContainer, object pObject ) : void | ||
pTrack | IAGAnimationTrack | |
pContainer | IAGAnimationContainer | |
pObject | object | |
return | void |
public CaptureProperties ( IAGAnimationContainer pContainer, object pObject ) : void | ||
pContainer | IAGAnimationContainer | |
pObject | object | |
return | void |
public GetText ( int propIndex, int columnIndex ) : string | ||
propIndex | int | |
columnIndex | int | |
return | string |
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 | |
return | void |
public RefreshObject ( IAGAnimationTrack pTrack, IAGAnimationContainer pContainer, object pObject ) : void | ||
pTrack | IAGAnimationTrack | |
pContainer | IAGAnimationContainer | |
pObject | object | |
return | void |
public SetText ( int propIndex, int columnIndex, string text ) : void | ||
propIndex | int | |
columnIndex | int | |
text | string | |
return | void |
public get_IsActiveProperty ( int propIndex ) : bool | ||
propIndex | int | |
return | bool |
public get_PropertyValue ( int propIndex ) : object | ||
propIndex | int | |
return | object |
public set_IsActiveProperty ( int propIndex, bool pbIsActiveProp ) : void | ||
propIndex | int | |
pbIsActiveProp | bool | |
return | void |
public set_PropertyValue ( int propIndex, object pValue ) : void | ||
propIndex | int | |
pValue | object | |
return | void |