Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Input / ManipulationPivot.cs / 1305600 / ManipulationPivot.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Windows; namespace System.Windows.Input { ////// Data regarding a pivot associated with a manipulation. /// public class ManipulationPivot { ////// Initializes a new instance of this object. /// public ManipulationPivot() { } ////// Initializes a new instance of this object. /// public ManipulationPivot(Point center, double radius) { Center = center; Radius = radius; } ////// Location of a pivot. /// public Point Center { get; set; } ////// The area that is considered "close" to the pivot. /// Movement within this area will dampen the effect of rotation. /// public double Radius { get; 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 { ////// Data regarding a pivot associated with a manipulation. /// public class ManipulationPivot { ////// Initializes a new instance of this object. /// public ManipulationPivot() { } ////// Initializes a new instance of this object. /// public ManipulationPivot(Point center, double radius) { Center = center; Radius = radius; } ////// Location of a pivot. /// public Point Center { get; set; } ////// The area that is considered "close" to the pivot. /// Movement within this area will dampen the effect of rotation. /// public double Radius { get; 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
- CodeIterationStatement.cs
- MessageQueueException.cs
- DataTableMappingCollection.cs
- SystemGatewayIPAddressInformation.cs
- WindowsFont.cs
- SuppressIldasmAttribute.cs
- ViewgenGatekeeper.cs
- XmlQueryCardinality.cs
- SoundPlayer.cs
- ReadOnlyDictionary.cs
- CfgParser.cs
- DataServiceProviderWrapper.cs
- CodeArrayCreateExpression.cs
- AnnotationMap.cs
- WebPartConnectionsConfigureVerb.cs
- OutputCacheSettingsSection.cs
- SeparatorAutomationPeer.cs
- WebPart.cs
- FileDialog_Vista.cs
- LazyTextWriterCreator.cs
- StylusButton.cs
- CheckoutException.cs
- InvalidAsynchronousStateException.cs
- AppSettingsExpressionBuilder.cs
- FragmentQueryProcessor.cs
- SoapConverter.cs
- Size3DConverter.cs
- mediaclock.cs
- FrameworkContextData.cs
- ReflectionUtil.cs
- GridViewRow.cs
- ListViewUpdateEventArgs.cs
- EncodingNLS.cs
- objectresult_tresulttype.cs
- ClientSettingsStore.cs
- PeerChannelFactory.cs
- MediaContext.cs
- FastPropertyAccessor.cs
- dsa.cs
- ScriptManagerProxy.cs
- CountAggregationOperator.cs
- SessionPageStateSection.cs
- TextBoxView.cs
- RowVisual.cs
- TextEditorParagraphs.cs
- ColumnHeaderConverter.cs
- _IPv6Address.cs
- SqlWebEventProvider.cs
- AspCompat.cs
- PersistenceTypeAttribute.cs
- OptimizerPatterns.cs
- WindowsListViewScroll.cs
- FormViewDeletedEventArgs.cs
- XPathEmptyIterator.cs
- MailMessageEventArgs.cs
- InstalledVoice.cs
- UniqueConstraint.cs
- GlobalEventManager.cs
- DataGridViewAddColumnDialog.cs
- UpdatePanelTrigger.cs
- DocumentAutomationPeer.cs
- OptimalBreakSession.cs
- DataGridViewDataErrorEventArgs.cs
- CodeMemberMethod.cs
- SurrogateChar.cs
- SqlDataSourceQueryEditor.cs
- FactoryRecord.cs
- EntityDataSourceViewSchema.cs
- AsymmetricAlgorithm.cs
- BufferAllocator.cs
- LongPath.cs
- ContentElementAutomationPeer.cs
- GeometryDrawing.cs
- Compiler.cs
- MsmqTransportSecurityElement.cs
- XmlCollation.cs
- ClientOptions.cs
- ProfileBuildProvider.cs
- ProfilePropertyNameValidator.cs
- SqlDataSourceCustomCommandEditor.cs
- QueryOutputWriter.cs
- FixedSOMGroup.cs
- PermissionListSet.cs
- FileFormatException.cs
- x509store.cs
- PolicyLevel.cs
- Expression.cs
- Int16Storage.cs
- DefaultParameterValueAttribute.cs
- _ConnectOverlappedAsyncResult.cs
- UnsafePeerToPeerMethods.cs
- DataGridHeaderBorder.cs
- ConcurrentStack.cs
- CodeDirectiveCollection.cs
- SByteStorage.cs
- WebProxyScriptElement.cs
- EventListenerClientSide.cs
- BamlResourceDeserializer.cs
- XslException.cs
- IfJoinedCondition.cs