Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Media / Animation / Generated / LinearKeyFrames.cs / 1 / LinearKeyFrames.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Media3D; using MS.Internal.PresentationFramework; namespace System.Windows.Media.Animation { ////// This class is used as part of a ThicknessKeyFrameCollection in /// conjunction with a KeyFrameThicknessAnimation to animate a /// Thickness property value along a set of key frames. /// /// This ThicknessKeyFrame interpolates the between the Thickness Value of /// the previous key frame and its own Value linearly to produce its output value. /// public partial class LinearThicknessKeyFrame : ThicknessKeyFrame { #region Constructors ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame() : base() { } ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame(Thickness value) : base(value) { } ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame(Thickness value, KeyTime keyTime) : base(value, keyTime) { } #endregion #region Freezable ////// Implementation of ///Freezable.CreateInstanceCore . ///The new Freezable. protected override Freezable CreateInstanceCore() { return new LinearThicknessKeyFrame(); } #endregion #region ThicknessKeyFrame ////// Implemented to linearly interpolate between the baseValue and the /// Value of this KeyFrame using the keyFrameProgress. /// protected override Thickness InterpolateValueCore(Thickness baseValue, double keyFrameProgress) { if (keyFrameProgress == 0.0) { return baseValue; } else if (keyFrameProgress == 1.0) { return Value; } else { return AnimatedTypeHelpers.InterpolateThickness(baseValue, Value, keyFrameProgress); } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Media3D; using MS.Internal.PresentationFramework; namespace System.Windows.Media.Animation { ////// This class is used as part of a ThicknessKeyFrameCollection in /// conjunction with a KeyFrameThicknessAnimation to animate a /// Thickness property value along a set of key frames. /// /// This ThicknessKeyFrame interpolates the between the Thickness Value of /// the previous key frame and its own Value linearly to produce its output value. /// public partial class LinearThicknessKeyFrame : ThicknessKeyFrame { #region Constructors ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame() : base() { } ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame(Thickness value) : base(value) { } ////// Creates a new LinearThicknessKeyFrame. /// public LinearThicknessKeyFrame(Thickness value, KeyTime keyTime) : base(value, keyTime) { } #endregion #region Freezable ////// Implementation of ///Freezable.CreateInstanceCore . ///The new Freezable. protected override Freezable CreateInstanceCore() { return new LinearThicknessKeyFrame(); } #endregion #region ThicknessKeyFrame ////// Implemented to linearly interpolate between the baseValue and the /// Value of this KeyFrame using the keyFrameProgress. /// protected override Thickness InterpolateValueCore(Thickness baseValue, double keyFrameProgress) { if (keyFrameProgress == 0.0) { return baseValue; } else if (keyFrameProgress == 1.0) { return Value; } else { return AnimatedTypeHelpers.InterpolateThickness(baseValue, Value, keyFrameProgress); } } #endregion } } // 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
- MappingModelBuildProvider.cs
- _TransmitFileOverlappedAsyncResult.cs
- ProtocolProfile.cs
- FrameworkElement.cs
- RawStylusActions.cs
- GuidTagList.cs
- DataGridViewImageColumn.cs
- WebZone.cs
- SingleResultAttribute.cs
- ExpandSegmentCollection.cs
- Literal.cs
- CollectionChangedEventManager.cs
- Point3DKeyFrameCollection.cs
- BitmapMetadataBlob.cs
- CodeGen.cs
- ResourceSetExpression.cs
- BitSet.cs
- XmlSchemaValidator.cs
- HwndPanningFeedback.cs
- AssemblyBuilderData.cs
- AuthenticationConfig.cs
- FontStyleConverter.cs
- DataGridViewCellFormattingEventArgs.cs
- TextEmbeddedObject.cs
- sqlser.cs
- processwaithandle.cs
- TextEffectCollection.cs
- ThreadPoolTaskScheduler.cs
- RawStylusInputReport.cs
- AssemblyContextControlItem.cs
- TextEditorSpelling.cs
- Symbol.cs
- WebSysDescriptionAttribute.cs
- SqlProvider.cs
- RegexFCD.cs
- UnitySerializationHolder.cs
- WindowsFont.cs
- PopupControlService.cs
- PerfService.cs
- WorkflowRuntimeElement.cs
- WizardPanelChangingEventArgs.cs
- IDispatchConstantAttribute.cs
- StreamSecurityUpgradeAcceptorAsyncResult.cs
- InputMethod.cs
- MessageHeaders.cs
- NamespaceDisplayAutomationPeer.cs
- RepeatBehaviorConverter.cs
- ConstructorNeedsTagAttribute.cs
- TcpTransportElement.cs
- RNGCryptoServiceProvider.cs
- SafeViewOfFileHandle.cs
- HostingEnvironmentWrapper.cs
- GeneralTransform2DTo3D.cs
- TimeIntervalCollection.cs
- MILUtilities.cs
- FillRuleValidation.cs
- ProfileProvider.cs
- HostingPreferredMapPath.cs
- NameValueSectionHandler.cs
- Rfc2898DeriveBytes.cs
- MediaTimeline.cs
- BackgroundFormatInfo.cs
- AtomParser.cs
- AuthenticationModulesSection.cs
- NumberSubstitution.cs
- ReadOnlyHierarchicalDataSourceView.cs
- Int32RectConverter.cs
- OdbcParameterCollection.cs
- SelectionPattern.cs
- BinHexDecoder.cs
- ProcessHostServerConfig.cs
- XPathArrayIterator.cs
- InvalidAsynchronousStateException.cs
- PreloadHost.cs
- ContextStaticAttribute.cs
- ColorMatrix.cs
- QueryAsyncResult.cs
- OdbcInfoMessageEvent.cs
- TableProviderWrapper.cs
- MultiBindingExpression.cs
- ItemTypeToolStripMenuItem.cs
- ClientSession.cs
- ConsoleEntryPoint.cs
- Animatable.cs
- AttributeSetAction.cs
- SchemaConstraints.cs
- OrderedDictionary.cs
- documentation.cs
- DesignerActionUIStateChangeEventArgs.cs
- TemplatedEditableDesignerRegion.cs
- SmiContextFactory.cs
- AndCondition.cs
- LongValidatorAttribute.cs
- XamlReaderHelper.cs
- CharEntityEncoderFallback.cs
- InkPresenter.cs
- SqlNotificationEventArgs.cs
- Timer.cs
- _HeaderInfoTable.cs
- Convert.cs