Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Animation / QuinticEase.cs / 1305600 / QuinticEase.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation, 2008 // // File: QuinticEase.cs //----------------------------------------------------------------------------- namespace System.Windows.Media.Animation { ////// This class implements an easing function that gives a quintic curve toward the destination /// public class QuinticEase : EasingFunctionBase { protected override double EaseInCore(double normalizedTime) { return normalizedTime * normalizedTime * normalizedTime * normalizedTime * normalizedTime; } protected override Freezable CreateInstanceCore() { return new QuinticEase(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation, 2008 // // File: QuinticEase.cs //----------------------------------------------------------------------------- namespace System.Windows.Media.Animation { ////// This class implements an easing function that gives a quintic curve toward the destination /// public class QuinticEase : EasingFunctionBase { protected override double EaseInCore(double normalizedTime) { return normalizedTime * normalizedTime * normalizedTime * normalizedTime * normalizedTime; } protected override Freezable CreateInstanceCore() { return new QuinticEase(); } } } // 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
- AuthenticationModuleElement.cs
- XmlC14NWriter.cs
- TypeToStringValueConverter.cs
- CustomMenuItemCollection.cs
- ObjectListCommandsPage.cs
- HashCodeCombiner.cs
- ExternalDataExchangeService.cs
- CompareValidator.cs
- DefaultSerializationProviderAttribute.cs
- UniqueID.cs
- RegexRunnerFactory.cs
- ServiceModelConfigurationSection.cs
- MergeFailedEvent.cs
- PageTheme.cs
- GenericTextProperties.cs
- FtpCachePolicyElement.cs
- BindingMAnagerBase.cs
- PasswordBoxAutomationPeer.cs
- EventHandlerService.cs
- MarkupProperty.cs
- EditorAttribute.cs
- BrushConverter.cs
- MobileControl.cs
- ResourceCodeDomSerializer.cs
- HttpHandlerAction.cs
- TCEAdapterGenerator.cs
- IPGlobalProperties.cs
- VisualStyleRenderer.cs
- ComponentChangedEvent.cs
- NamedPermissionSet.cs
- NavigationProperty.cs
- DataViewManagerListItemTypeDescriptor.cs
- ExpandSegmentCollection.cs
- WindowsFormsHost.cs
- SafeSecurityHandles.cs
- DataControlFieldCollection.cs
- ConcurrentQueue.cs
- ErrorFormatter.cs
- ItemContainerGenerator.cs
- DataContractSerializerOperationFormatter.cs
- SchemaImporterExtensionElement.cs
- XmlBoundElement.cs
- MemberInfoSerializationHolder.cs
- ControlsConfig.cs
- AttributeQuery.cs
- XmlUTF8TextWriter.cs
- PropertyEmitter.cs
- KnownTypes.cs
- TextViewSelectionProcessor.cs
- ToolStripSeparator.cs
- OrthographicCamera.cs
- GroupQuery.cs
- LineMetrics.cs
- InstancePersistenceException.cs
- EntityStoreSchemaGenerator.cs
- ToolbarAUtomationPeer.cs
- FocusManager.cs
- ContentValidator.cs
- HtmlWindowCollection.cs
- CompensationDesigner.cs
- PointCollection.cs
- RuleRef.cs
- TransformCryptoHandle.cs
- PropertyEmitterBase.cs
- EntityProviderServices.cs
- _ProxyChain.cs
- AssemblyInfo.cs
- DataGridViewCell.cs
- XmlNotation.cs
- InputChannel.cs
- RectangleGeometry.cs
- RelatedImageListAttribute.cs
- BamlResourceDeserializer.cs
- UTF32Encoding.cs
- SimpleLine.cs
- TextBoxAutoCompleteSourceConverter.cs
- Message.cs
- ErrorTableItemStyle.cs
- XmlEncodedRawTextWriter.cs
- Tokenizer.cs
- SchemaMapping.cs
- InputScopeConverter.cs
- ComboBox.cs
- ProcessStartInfo.cs
- SerTrace.cs
- FlowDocumentScrollViewer.cs
- TimeSpanOrInfiniteConverter.cs
- TextDecorationCollection.cs
- DrawingContext.cs
- RenderDataDrawingContext.cs
- HybridDictionary.cs
- BaseTransportHeaders.cs
- DefaultTextStoreTextComposition.cs
- XmlSchemaExternal.cs
- Vector3DValueSerializer.cs
- AxisAngleRotation3D.cs
- ADRoleFactory.cs
- LineGeometry.cs
- CalendarAutoFormat.cs
- SchemaElement.cs