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
- InheritanceRules.cs
- DictionaryEntry.cs
- Style.cs
- Object.cs
- MessageQueueAccessControlEntry.cs
- DataServiceQueryException.cs
- CqlParser.cs
- SpecularMaterial.cs
- ExpressionBindingCollection.cs
- TypefaceCollection.cs
- AttachedPropertiesService.cs
- Matrix3D.cs
- SpellCheck.cs
- ChannelSinkStacks.cs
- IOException.cs
- ExtractCollection.cs
- Symbol.cs
- SamlAssertionKeyIdentifierClause.cs
- TagElement.cs
- CellTreeNodeVisitors.cs
- HttpSocketManager.cs
- HashCodeCombiner.cs
- Trigger.cs
- ValidationException.cs
- OrderedDictionary.cs
- AccessDataSource.cs
- GifBitmapEncoder.cs
- DllNotFoundException.cs
- MarkupCompilePass1.cs
- WebServiceErrorEvent.cs
- HeaderUtility.cs
- DataColumnCollection.cs
- ProcessHostMapPath.cs
- PixelFormats.cs
- SecurityKeyIdentifier.cs
- TextWriterTraceListener.cs
- ProxyAttribute.cs
- PolyQuadraticBezierSegment.cs
- HostingEnvironmentSection.cs
- PerspectiveCamera.cs
- MDIClient.cs
- UnsafeNativeMethodsTablet.cs
- CachedBitmap.cs
- EntityClassGenerator.cs
- EnumBuilder.cs
- DataSourceControl.cs
- SubpageParagraph.cs
- Int64Storage.cs
- SafeCoTaskMem.cs
- Rule.cs
- ControlHelper.cs
- CodeConstructor.cs
- AdapterUtil.cs
- GridView.cs
- __Error.cs
- BitmapEffectInput.cs
- SelectionPattern.cs
- Validator.cs
- NullReferenceException.cs
- AccessControlEntry.cs
- IBuiltInEvidence.cs
- Component.cs
- SymmetricSecurityBindingElement.cs
- SortExpressionBuilder.cs
- EndSelectCardRequest.cs
- AppSettingsReader.cs
- GenericPrincipal.cs
- HttpResponseMessageProperty.cs
- InputMethod.cs
- XmlILTrace.cs
- ParseChildrenAsPropertiesAttribute.cs
- DataControlPagerLinkButton.cs
- SimpleType.cs
- PrintEvent.cs
- TreeViewDesigner.cs
- DefaultMergeHelper.cs
- XmlEventCache.cs
- WindowsStatic.cs
- EnumValAlphaComparer.cs
- BezierSegment.cs
- XmlLanguage.cs
- Exceptions.cs
- MatrixUtil.cs
- PkcsUtils.cs
- XslVisitor.cs
- CodeTypeReferenceCollection.cs
- BinHexDecoder.cs
- ToolStripRenderer.cs
- QueryInterceptorAttribute.cs
- References.cs
- DataSvcMapFileSerializer.cs
- ComponentEditorPage.cs
- RuntimeResourceSet.cs
- SqlMethods.cs
- SqlCacheDependencySection.cs
- XmlSerializerVersionAttribute.cs
- HtmlInputCheckBox.cs
- TreeViewCancelEvent.cs
- ComplexType.cs
- WmlTextViewAdapter.cs