Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HtmlContainerControl.cs
- XamlReaderHelper.cs
- XmlUrlResolver.cs
- SafeFileHandle.cs
- RC2.cs
- WorkflowControlClient.cs
- DrawingServices.cs
- PowerStatus.cs
- X509ClientCertificateAuthentication.cs
- MetadataFile.cs
- FixedSOMGroup.cs
- MaskedTextBox.cs
- PaginationProgressEventArgs.cs
- BlurBitmapEffect.cs
- PolyLineSegment.cs
- MarkupExtensionParser.cs
- FontCollection.cs
- TypeConverterAttribute.cs
- DelimitedListTraceListener.cs
- XamlPoint3DCollectionSerializer.cs
- Atom10FormatterFactory.cs
- File.cs
- BinaryWriter.cs
- ImagingCache.cs
- XmlNodeList.cs
- ToolStripSeparatorRenderEventArgs.cs
- ContentControl.cs
- XmlRawWriterWrapper.cs
- FixedPage.cs
- KnownTypesProvider.cs
- FieldDescriptor.cs
- HttpStreamXmlDictionaryReader.cs
- WebBrowserDesigner.cs
- BuildProvider.cs
- _CookieModule.cs
- DoubleConverter.cs
- ScrollEventArgs.cs
- RelationshipManager.cs
- MouseGesture.cs
- AddInProcess.cs
- ObjectStateEntry.cs
- ApplicationContext.cs
- ProfileInfo.cs
- GridViewSortEventArgs.cs
- connectionpool.cs
- PartialCachingAttribute.cs
- OverflowException.cs
- Encoder.cs
- FixedTextPointer.cs
- MarginsConverter.cs
- WebPartDescriptionCollection.cs
- ButtonBase.cs
- ClientTargetCollection.cs
- RegexCode.cs
- BinaryObjectWriter.cs
- Debug.cs
- XmlQualifiedName.cs
- NoneExcludedImageIndexConverter.cs
- ObjectStateFormatter.cs
- ConnectionStringSettingsCollection.cs
- ListDictionaryInternal.cs
- MessageQueueAccessControlEntry.cs
- ProgressChangedEventArgs.cs
- CompressionTransform.cs
- DynamicMetaObjectBinder.cs
- StrokeDescriptor.cs
- ChannelBase.cs
- _BaseOverlappedAsyncResult.cs
- TemplateBindingExtension.cs
- Funcletizer.cs
- ThumbAutomationPeer.cs
- BinaryObjectInfo.cs
- ToolStripPanel.cs
- SelfIssuedAuthRSAPKCS1SignatureFormatter.cs
- BaseDataList.cs
- DbExpressionBuilder.cs
- RuleSet.cs
- InputElement.cs
- CodeDelegateCreateExpression.cs
- CodeNamespaceImport.cs
- FormViewUpdatedEventArgs.cs
- FastEncoderWindow.cs
- SoapBinding.cs
- WebReferenceCollection.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- MobileRedirect.cs
- ModelItem.cs
- FixedLineResult.cs
- XomlCompilerResults.cs
- DataContractSerializerMessageContractImporter.cs
- DriveInfo.cs
- _emptywebproxy.cs
- XmlSignatureManifest.cs
- CqlQuery.cs
- DbProviderSpecificTypePropertyAttribute.cs
- DiscoveryClientRequestChannel.cs
- InstanceKeyCompleteException.cs
- DataGridViewCellStyle.cs
- GetMemberBinder.cs
- HttpApplicationFactory.cs