Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / RotateTransform.cs / 1305600 / RotateTransform.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: RotateTransform.cs //----------------------------------------------------------------------------- using MS.Internal; using MS.Internal.PresentationCore; using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { ////// Create a rotation transformation in degrees. /// public sealed partial class RotateTransform : Transform { ////// /// public RotateTransform() { } ////// Create a rotation transformation in degrees. /// ///The angle of rotation in degrees. public RotateTransform(double angle) { Angle = angle; } ////// Create a rotation transformation in degrees. /// public RotateTransform( double angle, double centerX, double centerY ) : this(angle) { CenterX = centerX; CenterY = centerY; } ////// Return the current transformation value. /// public override Matrix Value { get { ReadPreamble(); Matrix m = new Matrix(); m.RotateAt(Angle, CenterX, CenterY); return m; } } ////// Returns true if transformation matches the identity transform. /// internal override bool IsIdentity { get { return Angle == 0 && CanFreeze; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: RotateTransform.cs //----------------------------------------------------------------------------- using MS.Internal; using MS.Internal.PresentationCore; using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { ////// Create a rotation transformation in degrees. /// public sealed partial class RotateTransform : Transform { ////// /// public RotateTransform() { } ////// Create a rotation transformation in degrees. /// ///The angle of rotation in degrees. public RotateTransform(double angle) { Angle = angle; } ////// Create a rotation transformation in degrees. /// public RotateTransform( double angle, double centerX, double centerY ) : this(angle) { CenterX = centerX; CenterY = centerY; } ////// Return the current transformation value. /// public override Matrix Value { get { ReadPreamble(); Matrix m = new Matrix(); m.RotateAt(Angle, CenterX, CenterY); return m; } } ////// Returns true if transformation matches the identity transform. /// internal override bool IsIdentity { get { return Angle == 0 && CanFreeze; } } } } // 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
- ProtocolsConfigurationEntry.cs
- Keywords.cs
- GeneralTransform3DTo2D.cs
- DataGridViewLayoutData.cs
- EncodingTable.cs
- Peer.cs
- TransportElement.cs
- PrimitiveSchema.cs
- SqlConnection.cs
- DbConnectionPoolOptions.cs
- Itemizer.cs
- SignatureToken.cs
- SqlGenericUtil.cs
- StringWriter.cs
- RequestCachePolicyConverter.cs
- XsdBuildProvider.cs
- XmlQuerySequence.cs
- ResolveMatchesMessage11.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- DetailsViewPagerRow.cs
- StorageModelBuildProvider.cs
- DPAPIProtectedConfigurationProvider.cs
- SliderAutomationPeer.cs
- BulletedListEventArgs.cs
- FlowDocumentReaderAutomationPeer.cs
- ClientRuntimeConfig.cs
- LineVisual.cs
- WindowsListView.cs
- FieldMetadata.cs
- XmlNodeReader.cs
- HwndSourceKeyboardInputSite.cs
- GeneratedContractType.cs
- ActivityXRefPropertyEditor.cs
- UnsafeNativeMethods.cs
- DrawItemEvent.cs
- UserUseLicenseDictionaryLoader.cs
- XsdDataContractImporter.cs
- ValidatingReaderNodeData.cs
- MasterPage.cs
- indexingfiltermarshaler.cs
- ObjectHelper.cs
- TTSEngineProxy.cs
- RankException.cs
- SHA1CryptoServiceProvider.cs
- ToolTipAutomationPeer.cs
- AgileSafeNativeMemoryHandle.cs
- MatrixAnimationUsingKeyFrames.cs
- XmlUtilWriter.cs
- DataGridCaption.cs
- PointConverter.cs
- SystemFonts.cs
- AtomParser.cs
- DeadLetterQueue.cs
- Size3DConverter.cs
- PaginationProgressEventArgs.cs
- HttpCapabilitiesBase.cs
- StaticFileHandler.cs
- HttpResponse.cs
- METAHEADER.cs
- DataGridColumnsPage.cs
- RuntimeCompatibilityAttribute.cs
- CharEnumerator.cs
- XmlDataCollection.cs
- BitmapMetadataEnumerator.cs
- QuaternionRotation3D.cs
- BrowserTree.cs
- EntityContainer.cs
- ItemCollection.cs
- _SSPISessionCache.cs
- FormsAuthentication.cs
- WebBrowser.cs
- AutomationAttributeInfo.cs
- IdentityNotMappedException.cs
- NumberAction.cs
- SmiEventSink_Default.cs
- IndicShape.cs
- FileInfo.cs
- Schema.cs
- XmlSchemaAppInfo.cs
- TextTreeRootTextBlock.cs
- RelatedPropertyManager.cs
- TreeIterator.cs
- OletxTransactionFormatter.cs
- ThicknessKeyFrameCollection.cs
- WebRequestModuleElementCollection.cs
- InspectionWorker.cs
- FastEncoder.cs
- ModelTypeConverter.cs
- GridViewCellAutomationPeer.cs
- _CacheStreams.cs
- SqlCacheDependencySection.cs
- SqlTriggerAttribute.cs
- COAUTHIDENTITY.cs
- BrowsableAttribute.cs
- LoginName.cs
- BitmapFrameEncode.cs
- BigInt.cs
- WasHttpHandlersInstallComponent.cs
- FindCriteriaCD1.cs
- SimpleRecyclingCache.cs