Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Input / ManipulationDelta.cs / 1305600 / ManipulationDelta.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Windows; namespace System.Windows.Input { public class ManipulationDelta { ////// Creates a new instance of this object. /// public ManipulationDelta(Vector translation, double rotation, Vector scale, Vector expansion) { Translation = translation; Rotation = rotation; Scale = scale; Expansion = expansion; } ////// Amount of change in position. /// Unit: Device-independent pixels /// public Vector Translation { get; private set; } ////// Amount of change in orientation. /// Unit: Angles (clockwise) /// public double Rotation { get; private set; } ////// Amount of change in size. /// Unit: Factors in each dimension (1.0, 1.0 means no change) /// public Vector Scale { get; private set; } ////// Amount of change to the radius' size. /// Unit: Device-independent pixels (0.0 means no change) /// public Vector Expansion { get; private set; } } } // 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. // //--------------------------------------------------------------------------- using System; using System.Windows; namespace System.Windows.Input { public class ManipulationDelta { ////// Creates a new instance of this object. /// public ManipulationDelta(Vector translation, double rotation, Vector scale, Vector expansion) { Translation = translation; Rotation = rotation; Scale = scale; Expansion = expansion; } ////// Amount of change in position. /// Unit: Device-independent pixels /// public Vector Translation { get; private set; } ////// Amount of change in orientation. /// Unit: Angles (clockwise) /// public double Rotation { get; private set; } ////// Amount of change in size. /// Unit: Factors in each dimension (1.0, 1.0 means no change) /// public Vector Scale { get; private set; } ////// Amount of change to the radius' size. /// Unit: Device-independent pixels (0.0 means no change) /// public Vector Expansion { get; private set; } } } // 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
- FederatedMessageSecurityOverHttpElement.cs
- Exception.cs
- ImmutableCollection.cs
- AccessibleObject.cs
- BoundPropertyEntry.cs
- DashStyle.cs
- SingleAnimationUsingKeyFrames.cs
- ScrollData.cs
- DateRangeEvent.cs
- ComplexPropertyEntry.cs
- ValueType.cs
- ControlUtil.cs
- RegionInfo.cs
- ReservationCollection.cs
- ShutDownListener.cs
- CrossAppDomainChannel.cs
- AmbientProperties.cs
- XmlDataSource.cs
- EntityDataSourceContainerNameConverter.cs
- MessageHeaderT.cs
- GridEntryCollection.cs
- RowBinding.cs
- XmlEntity.cs
- CalendarDataBindingHandler.cs
- MruCache.cs
- CompiledRegexRunner.cs
- ActivityTypeDesigner.xaml.cs
- TextEffectCollection.cs
- SpeechEvent.cs
- XmlLinkedNode.cs
- Fx.cs
- ContentOnlyMessage.cs
- BinaryNode.cs
- ToolStripRenderer.cs
- StyleModeStack.cs
- XmlTypeMapping.cs
- FamilyTypeface.cs
- FolderBrowserDialog.cs
- WebResourceAttribute.cs
- WebPartMenuStyle.cs
- TextTreePropertyUndoUnit.cs
- DynamicMetaObjectBinder.cs
- InheritedPropertyChangedEventArgs.cs
- UpdatePanelTrigger.cs
- ILGenerator.cs
- HtmlInputReset.cs
- HttpServerUtilityWrapper.cs
- BitmapEffectvisualstate.cs
- DependencyProperty.cs
- URLMembershipCondition.cs
- DesignTimeParseData.cs
- OperationResponse.cs
- DirectionalAction.cs
- RegexParser.cs
- KeyInstance.cs
- Identity.cs
- DataBindingCollection.cs
- WebPermission.cs
- SHA384Cng.cs
- WindowsIdentity.cs
- XPathDescendantIterator.cs
- NativeCppClassAttribute.cs
- FontStretch.cs
- ControlParameter.cs
- HttpWriter.cs
- AttributeUsageAttribute.cs
- CacheAxisQuery.cs
- WindowsScrollBarBits.cs
- TaskExtensions.cs
- ControlBindingsCollection.cs
- SqlInternalConnectionSmi.cs
- ContentPresenter.cs
- DoubleAnimationClockResource.cs
- FontFamily.cs
- XamlSerializationHelper.cs
- ActivityDesignerAccessibleObject.cs
- ToolboxService.cs
- SystemIcmpV6Statistics.cs
- AnimationException.cs
- Parallel.cs
- HtmlTableRow.cs
- WindowsSlider.cs
- WebControlParameterProxy.cs
- EmptyElement.cs
- InteropExecutor.cs
- InputManager.cs
- WebPageTraceListener.cs
- InternalException.cs
- ModuleConfigurationInfo.cs
- WindowsFormsLinkLabel.cs
- QilTargetType.cs
- ScaleTransform3D.cs
- Attributes.cs
- Certificate.cs
- TableLayoutPanel.cs
- RootProfilePropertySettingsCollection.cs
- EntityParameter.cs
- AccessDataSource.cs
- RouteParser.cs
- Symbol.cs