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
- TreeNodeBinding.cs
- SettingsContext.cs
- ExpressionEditorAttribute.cs
- LinkButton.cs
- ValueConversionAttribute.cs
- RightsManagementEncryptionTransform.cs
- DataGridView.cs
- FixedSOMSemanticBox.cs
- ComponentResourceManager.cs
- LinkDescriptor.cs
- ConstraintStruct.cs
- LinkTarget.cs
- XmlSchemaInferenceException.cs
- OpenTypeLayoutCache.cs
- SqlMethods.cs
- HuffmanTree.cs
- DelayLoadType.cs
- DataGridView.cs
- CompilerGlobalScopeAttribute.cs
- PhysicalOps.cs
- FileNameEditor.cs
- WebPartAuthorizationEventArgs.cs
- SqlClientWrapperSmiStream.cs
- TypeExtensionConverter.cs
- ManipulationDeltaEventArgs.cs
- IisTraceWebEventProvider.cs
- InsufficientMemoryException.cs
- ILGenerator.cs
- DataConnectionHelper.cs
- ThicknessKeyFrameCollection.cs
- XmlNullResolver.cs
- UnsafeNativeMethods.cs
- LinkButton.cs
- X509Certificate2Collection.cs
- Soap12ServerProtocol.cs
- MenuDesigner.cs
- SmtpFailedRecipientsException.cs
- ChangeInterceptorAttribute.cs
- ToolStripContextMenu.cs
- PackageProperties.cs
- EntitySqlException.cs
- DataBindingHandlerAttribute.cs
- __Filters.cs
- SystemSounds.cs
- RegisteredScript.cs
- VirtualizingPanel.cs
- X509ThumbprintKeyIdentifierClause.cs
- ReadOnlyMetadataCollection.cs
- TagElement.cs
- SiteOfOriginContainer.cs
- SurrogateSelector.cs
- WorkflowPersistenceContext.cs
- CFGGrammar.cs
- dataprotectionpermission.cs
- ActivityScheduledRecord.cs
- EntityDataSourceWrapper.cs
- OleDbParameterCollection.cs
- FlowLayoutPanel.cs
- thaishape.cs
- ToolboxItemFilterAttribute.cs
- XpsSerializationManagerAsync.cs
- FrameworkElementFactoryMarkupObject.cs
- CryptoStream.cs
- InvalidFilterCriteriaException.cs
- RepeatBehaviorConverter.cs
- GridViewRow.cs
- Rectangle.cs
- HashHelper.cs
- ToolConsole.cs
- MenuItem.cs
- SettingsPropertyNotFoundException.cs
- ConditionalExpression.cs
- FontFamily.cs
- EpmSyndicationContentDeSerializer.cs
- SmiXetterAccessMap.cs
- SymbolPair.cs
- TransformConverter.cs
- MimeReturn.cs
- CodeDomSerializationProvider.cs
- XmlSchemaSimpleContentRestriction.cs
- RequestBringIntoViewEventArgs.cs
- DetailsViewUpdateEventArgs.cs
- ByteStack.cs
- BufferedWebEventProvider.cs
- FilterQuery.cs
- AsyncCompletedEventArgs.cs
- BinaryConverter.cs
- WsdlHelpGeneratorElement.cs
- SqlGenericUtil.cs
- SharedConnectionListener.cs
- FileRecordSequenceCompletedAsyncResult.cs
- PassportAuthentication.cs
- ExecutorLocksHeldException.cs
- DictionaryKeyPropertyAttribute.cs
- _Semaphore.cs
- ChannelFactoryBase.cs
- QueryExpr.cs
- InternalsVisibleToAttribute.cs
- MethodToken.cs
- DataGridViewComboBoxEditingControl.cs