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
- StatusBarDrawItemEvent.cs
- CqlGenerator.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- QueryOperationResponseOfT.cs
- TemplateNameScope.cs
- FSWPathEditor.cs
- CursorConverter.cs
- CheckBox.cs
- PrivateFontCollection.cs
- ContextMarshalException.cs
- PasswordBox.cs
- MultiView.cs
- IPAddressCollection.cs
- SHA512.cs
- Constants.cs
- COM2TypeInfoProcessor.cs
- CompiledELinqQueryState.cs
- SinglePageViewer.cs
- DynamicILGenerator.cs
- ReflectEventDescriptor.cs
- HtmlInputText.cs
- TimeSpanValidator.cs
- HandoffBehavior.cs
- MessageSmuggler.cs
- AuthenticationException.cs
- DesignerSerializerAttribute.cs
- PerSessionInstanceContextProvider.cs
- Vector3DCollectionValueSerializer.cs
- ToolStripContentPanelDesigner.cs
- CharEntityEncoderFallback.cs
- ClientSettingsSection.cs
- SvcMapFileSerializer.cs
- DataGridTableCollection.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- XmlDigitalSignatureProcessor.cs
- ItemPager.cs
- CleanUpVirtualizedItemEventArgs.cs
- TreeNodeBinding.cs
- UnsafeMethods.cs
- SvcMapFile.cs
- XmlTextAttribute.cs
- MetafileHeader.cs
- SemanticResultValue.cs
- XhtmlTextWriter.cs
- PerformanceCounterPermissionAttribute.cs
- XamlHostingSectionGroup.cs
- XmlSchemaObjectCollection.cs
- FontSizeConverter.cs
- DefaultEvaluationContext.cs
- DataGridBoolColumn.cs
- DescriptionAttribute.cs
- SettingsAttributes.cs
- ItemCheckEvent.cs
- CompositionTarget.cs
- InputBuffer.cs
- FormsAuthenticationConfiguration.cs
- IItemContainerGenerator.cs
- Span.cs
- webproxy.cs
- ListBindingConverter.cs
- KoreanLunisolarCalendar.cs
- ISFClipboardData.cs
- FileLogRecordStream.cs
- GlobalItem.cs
- ClientSettingsSection.cs
- DockPanel.cs
- Registration.cs
- AnnotationObservableCollection.cs
- XPathQueryGenerator.cs
- ProjectedWrapper.cs
- CodeCommentStatementCollection.cs
- XmlDictionaryReader.cs
- XmlSchemaInferenceException.cs
- ClientSettingsStore.cs
- SQLChars.cs
- DesignerUtils.cs
- EventLogConfiguration.cs
- DocumentSchemaValidator.cs
- base64Transforms.cs
- TextTreeInsertUndoUnit.cs
- SamlAttributeStatement.cs
- Int32AnimationBase.cs
- SqlCachedBuffer.cs
- TextRange.cs
- HealthMonitoringSectionHelper.cs
- RegistrationServices.cs
- AtomicFile.cs
- IisTraceListener.cs
- ProjectionCamera.cs
- SeekStoryboard.cs
- HeaderedContentControl.cs
- OleDbMetaDataFactory.cs
- EventDescriptor.cs
- SmtpTransport.cs
- FileUtil.cs
- CompiledRegexRunner.cs
- Missing.cs
- Triplet.cs
- CompositionTarget.cs
- WebPartZoneBase.cs