Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Animation / CubicEase.cs / 1305600 / CubicEase.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation, 2008 // // File: CubicEase.cs //----------------------------------------------------------------------------- namespace System.Windows.Media.Animation { ////// This class implements an easing function that gives a cubic curve toward the destination /// public class CubicEase : EasingFunctionBase { protected override double EaseInCore(double normalizedTime) { return normalizedTime * normalizedTime * normalizedTime; } protected override Freezable CreateInstanceCore() { return new CubicEase(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation, 2008 // // File: CubicEase.cs //----------------------------------------------------------------------------- namespace System.Windows.Media.Animation { ////// This class implements an easing function that gives a cubic curve toward the destination /// public class CubicEase : EasingFunctionBase { protected override double EaseInCore(double normalizedTime) { return normalizedTime * normalizedTime * normalizedTime; } protected override Freezable CreateInstanceCore() { return new CubicEase(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PropertyDescriptorComparer.cs
- UIElement.cs
- UnsafeNativeMethodsMilCoreApi.cs
- dtdvalidator.cs
- BrowserTree.cs
- StringFormat.cs
- SubMenuStyle.cs
- SourceLocation.cs
- FamilyTypefaceCollection.cs
- DependencyPropertyHelper.cs
- EditorZoneDesigner.cs
- Light.cs
- HyperLinkColumn.cs
- Tag.cs
- TreeNodeClickEventArgs.cs
- LinqDataSourceHelper.cs
- OleStrCAMarshaler.cs
- ClientBuildManager.cs
- ConnectionDemuxer.cs
- figurelength.cs
- ScriptBehaviorDescriptor.cs
- RoutedEventConverter.cs
- HwndProxyElementProvider.cs
- RsaSecurityTokenAuthenticator.cs
- JapaneseCalendar.cs
- StrongNameUtility.cs
- SchemaNamespaceManager.cs
- PropertyValueUIItem.cs
- RepeaterDesigner.cs
- Int16AnimationUsingKeyFrames.cs
- ScrollBarAutomationPeer.cs
- FontNamesConverter.cs
- SignatureToken.cs
- Certificate.cs
- CaseDesigner.xaml.cs
- ToolStripDesignerAvailabilityAttribute.cs
- FixedDocumentSequencePaginator.cs
- TcpPortSharing.cs
- VectorCollection.cs
- CodeNamespaceCollection.cs
- DBConnectionString.cs
- HttpProtocolReflector.cs
- CleanUpVirtualizedItemEventArgs.cs
- SectionInformation.cs
- FamilyTypefaceCollection.cs
- MSAAEventDispatcher.cs
- TiffBitmapDecoder.cs
- DesignerSerializerAttribute.cs
- HideDisabledControlAdapter.cs
- Error.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- CultureTableRecord.cs
- InterleavedZipPartStream.cs
- AssemblyNameProxy.cs
- httpserverutility.cs
- LinqDataSourceStatusEventArgs.cs
- HelpInfo.cs
- DynamicFilterExpression.cs
- DoubleLink.cs
- TransformerTypeCollection.cs
- CheckBoxPopupAdapter.cs
- PropertyPath.cs
- ToolStripActionList.cs
- SelectionRangeConverter.cs
- WebControl.cs
- DateTimeStorage.cs
- FigureParaClient.cs
- RotateTransform.cs
- Point3DCollection.cs
- TransformCryptoHandle.cs
- WebScriptEndpoint.cs
- TypeBuilderInstantiation.cs
- Int16Converter.cs
- RuntimeWrappedException.cs
- Logging.cs
- DeleteWorkflowOwnerCommand.cs
- ServicesUtilities.cs
- WaitHandle.cs
- CollectionBuilder.cs
- EntityContainerRelationshipSet.cs
- ParserOptions.cs
- GlyphCache.cs
- XpsFilter.cs
- DbConnectionPoolGroupProviderInfo.cs
- IntSecurity.cs
- Window.cs
- BooleanExpr.cs
- ColorContext.cs
- HttpRawResponse.cs
- BaseComponentEditor.cs
- SQLBytesStorage.cs
- XmlC14NWriter.cs
- SqlProviderManifest.cs
- RenderContext.cs
- XmlDocumentSerializer.cs
- ListSortDescription.cs
- ExecutionContext.cs
- PreviousTrackingServiceAttribute.cs
- CompModSwitches.cs
- HandlerBase.cs