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
- XPathQilFactory.cs
- CorrelationKey.cs
- SQlBooleanStorage.cs
- TemplateBuilder.cs
- LinqDataSourceDisposeEventArgs.cs
- CodeMemberField.cs
- HtmlElementEventArgs.cs
- ProgressBarRenderer.cs
- OutputWindow.cs
- ProcessHostServerConfig.cs
- Int64Animation.cs
- DashStyle.cs
- BaseCodeDomTreeGenerator.cs
- ResXResourceWriter.cs
- PointCollection.cs
- RadioButtonList.cs
- ThicknessAnimationUsingKeyFrames.cs
- StrongNameUtility.cs
- COM2IDispatchConverter.cs
- XmlILStorageConverter.cs
- TreeNodeStyleCollection.cs
- SymbolDocumentInfo.cs
- TreeViewHitTestInfo.cs
- SpellCheck.cs
- TextBox.cs
- PropertyStore.cs
- ContainerParagraph.cs
- Utils.cs
- HostingEnvironmentException.cs
- CodeThrowExceptionStatement.cs
- AssemblyBuilder.cs
- ContentDisposition.cs
- CustomPopupPlacement.cs
- Renderer.cs
- XPathNodeInfoAtom.cs
- HandleRef.cs
- EventMap.cs
- GeneralTransform3DTo2DTo3D.cs
- PrimitiveSchema.cs
- SmtpFailedRecipientException.cs
- FilteredXmlReader.cs
- WindowsListView.cs
- AbstractDataSvcMapFileLoader.cs
- IteratorFilter.cs
- XamlHttpHandlerFactory.cs
- WebPartsSection.cs
- Asn1IntegerConverter.cs
- EventProviderClassic.cs
- DesignerCalendarAdapter.cs
- MetadataException.cs
- MethodBody.cs
- DbBuffer.cs
- OpenTypeCommon.cs
- IdentityNotMappedException.cs
- TextServicesHost.cs
- updatecommandorderer.cs
- CompilerScopeManager.cs
- DataServiceQueryContinuation.cs
- RoleGroup.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- DataViewManager.cs
- RemotingSurrogateSelector.cs
- WindowsPrincipal.cs
- UIElement.cs
- DataGridViewRow.cs
- JoinElimination.cs
- ChangeDirector.cs
- PerformanceCounterManager.cs
- ProcessRequestArgs.cs
- PasswordDeriveBytes.cs
- DataObjectFieldAttribute.cs
- ProfileGroupSettingsCollection.cs
- GACMembershipCondition.cs
- CfgParser.cs
- TimeSpanFormat.cs
- ThreadStartException.cs
- ItemsPanelTemplate.cs
- GridViewEditEventArgs.cs
- TableItemPattern.cs
- ConnectionPoolManager.cs
- WindowsGraphicsWrapper.cs
- LayoutUtils.cs
- OleDbPermission.cs
- DetailsViewDeleteEventArgs.cs
- SqlMethods.cs
- ConfigurationStrings.cs
- SocketElement.cs
- EncoderParameters.cs
- RadioButtonRenderer.cs
- Convert.cs
- ParseNumbers.cs
- Normalization.cs
- InternalSafeNativeMethods.cs
- Positioning.cs
- DesignerCategoryAttribute.cs
- WebBrowserSiteBase.cs
- BitmapSourceSafeMILHandle.cs
- SimpleMailWebEventProvider.cs
- XmlAnyElementAttribute.cs
- controlskin.cs