Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / SkewTransform.cs / 1 / SkewTransform.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: SkewTransform.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 skew X transformation. /// public sealed partial class SkewTransform : Transform { ////// /// public SkewTransform() { } ////// /// public SkewTransform(double angleX, double angleY) { AngleX = angleX; AngleY = angleY; } ////// /// public SkewTransform(double angleX, double angleY, double centerX, double centerY) : this(angleX, angleY) { CenterX = centerX; CenterY = centerY; } ////// Return the current transformation value. /// public override Matrix Value { get { ReadPreamble(); Matrix matrix = new Matrix(); double angleX = AngleX; double angleY = AngleY; double centerX = CenterX; double centerY = CenterY; bool hasCenter = centerX != 0 || centerY != 0; if (hasCenter) { matrix.Translate(-centerX, -centerY); } matrix.Skew(angleX, angleY); if (hasCenter) { matrix.Translate(centerX, centerY); } return matrix; } } ////// Returns true if transformation matches the identity transform. /// internal override bool IsIdentity { get { return AngleX == 0 && AngleY == 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: SkewTransform.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 skew X transformation. /// public sealed partial class SkewTransform : Transform { ////// /// public SkewTransform() { } ////// /// public SkewTransform(double angleX, double angleY) { AngleX = angleX; AngleY = angleY; } ////// /// public SkewTransform(double angleX, double angleY, double centerX, double centerY) : this(angleX, angleY) { CenterX = centerX; CenterY = centerY; } ////// Return the current transformation value. /// public override Matrix Value { get { ReadPreamble(); Matrix matrix = new Matrix(); double angleX = AngleX; double angleY = AngleY; double centerX = CenterX; double centerY = CenterY; bool hasCenter = centerX != 0 || centerY != 0; if (hasCenter) { matrix.Translate(-centerX, -centerY); } matrix.Skew(angleX, angleY); if (hasCenter) { matrix.Translate(centerX, centerY); } return matrix; } } ////// Returns true if transformation matches the identity transform. /// internal override bool IsIdentity { get { return AngleX == 0 && AngleY == 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
- CriticalExceptions.cs
- FieldDescriptor.cs
- WebFaultException.cs
- ContractNamespaceAttribute.cs
- ListViewInsertEventArgs.cs
- MenuItemBindingCollection.cs
- RoleGroup.cs
- WebBrowserPermission.cs
- IdleTimeoutMonitor.cs
- SplineKeyFrames.cs
- HttpContext.cs
- SaveFileDialog.cs
- SmiEventSink_Default.cs
- ExpandSegmentCollection.cs
- TagPrefixAttribute.cs
- SequentialUshortCollection.cs
- CodeMemberProperty.cs
- FtpWebResponse.cs
- ReliableChannelFactory.cs
- RemoteArgument.cs
- OleDbFactory.cs
- RadioButtonPopupAdapter.cs
- BasicCellRelation.cs
- PartDesigner.cs
- Inline.cs
- DelegateSerializationHolder.cs
- ViewManager.cs
- XamlReaderHelper.cs
- UrlUtility.cs
- ApplicationServiceManager.cs
- TextTreeExtractElementUndoUnit.cs
- DictionaryChange.cs
- CacheChildrenQuery.cs
- COM2ColorConverter.cs
- DataControlPagerLinkButton.cs
- ValidatorCompatibilityHelper.cs
- sqlinternaltransaction.cs
- PropVariant.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ResourceExpressionBuilder.cs
- ServiceDescriptions.cs
- ObjectStateEntryDbDataRecord.cs
- NamespaceMapping.cs
- TableCell.cs
- SettingsSavedEventArgs.cs
- Triangle.cs
- FormViewDeleteEventArgs.cs
- PointAnimationBase.cs
- ImageAttributes.cs
- PerformanceCounter.cs
- NativeBuffer.cs
- NamedObjectList.cs
- PropertyDescriptorComparer.cs
- Expander.cs
- GeometryDrawing.cs
- figurelengthconverter.cs
- GroupedContextMenuStrip.cs
- ViewDesigner.cs
- TraceData.cs
- BaseServiceProvider.cs
- RemotingSurrogateSelector.cs
- NativeDirectoryServicesQueryAPIs.cs
- SystemNetHelpers.cs
- Update.cs
- ListViewItemEventArgs.cs
- TransportContext.cs
- serverconfig.cs
- XslTransform.cs
- UnsafeNativeMethodsMilCoreApi.cs
- FontInfo.cs
- MailAddressParser.cs
- TextSegment.cs
- Int64AnimationBase.cs
- SoapWriter.cs
- ConstraintStruct.cs
- ClientOptions.cs
- OleDbPropertySetGuid.cs
- AncestorChangedEventArgs.cs
- GetWinFXPath.cs
- ToolboxItemFilterAttribute.cs
- GetPageCompletedEventArgs.cs
- CachedPathData.cs
- FixedDSBuilder.cs
- UnsafeNativeMethods.cs
- COM2PropertyDescriptor.cs
- HandoffBehavior.cs
- TemplatePagerField.cs
- CacheDependency.cs
- ObjectDataSourceEventArgs.cs
- SecurityException.cs
- InnerItemCollectionView.cs
- StoreContentChangedEventArgs.cs
- ContentHostHelper.cs
- WsdlContractConversionContext.cs
- WindowsEditBox.cs
- ModulesEntry.cs
- Pair.cs
- HtmlToClrEventProxy.cs
- EntityDataSourceContextCreatedEventArgs.cs
- NonceToken.cs