Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media3D / MatrixTransform3D.cs / 1 / MatrixTransform3D.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: 3D matrix transform. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/04/2003 : t-gregr - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Composition; using MS.Internal; using System.ComponentModel.Design.Serialization; using System.Windows.Markup; namespace System.Windows.Media.Media3D { ////// 3D matrix transform. /// public sealed partial class MatrixTransform3D : Transform3D { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor. /// public MatrixTransform3D() { } ////// Constructor. /// /// Matrix. public MatrixTransform3D(Matrix3D matrix) { Matrix = matrix; } #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- //------------------------------------------------------ // // Public Properties // //------------------------------------------------------ #region Public Properties ////// Retrieves matrix representation of transform. /// public override Matrix3D Value { get { return Matrix; } } ////// Whether the transform is affine. /// public override bool IsAffine { get { return Matrix.IsAffine; } } #endregion Public Properties internal override void Append(ref Matrix3D matrix) { matrix = matrix * Matrix; } } } // 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. // // // // Description: 3D matrix transform. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/04/2003 : t-gregr - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Composition; using MS.Internal; using System.ComponentModel.Design.Serialization; using System.Windows.Markup; namespace System.Windows.Media.Media3D { ////// 3D matrix transform. /// public sealed partial class MatrixTransform3D : Transform3D { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor. /// public MatrixTransform3D() { } ////// Constructor. /// /// Matrix. public MatrixTransform3D(Matrix3D matrix) { Matrix = matrix; } #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- //------------------------------------------------------ // // Public Properties // //------------------------------------------------------ #region Public Properties ////// Retrieves matrix representation of transform. /// public override Matrix3D Value { get { return Matrix; } } ////// Whether the transform is affine. /// public override bool IsAffine { get { return Matrix.IsAffine; } } #endregion Public Properties internal override void Append(ref Matrix3D matrix) { matrix = matrix * Matrix; } } } // 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
- _HTTPDateParse.cs
- UpdatableWrapper.cs
- AlternateView.cs
- BaseCodeDomTreeGenerator.cs
- BufferModesCollection.cs
- TemplateApplicationHelper.cs
- CharUnicodeInfo.cs
- DetailsViewRow.cs
- WorkflowView.cs
- PrintPreviewControl.cs
- XmlSerializer.cs
- RegexWorker.cs
- TraceData.cs
- AssertFilter.cs
- Identity.cs
- UrlUtility.cs
- HttpHostedTransportConfiguration.cs
- WsdlImporterElementCollection.cs
- Logging.cs
- sitestring.cs
- DataControlReference.cs
- FillRuleValidation.cs
- AsymmetricCryptoHandle.cs
- XmlSerializationWriter.cs
- DefaultObjectMappingItemCollection.cs
- CalendarModeChangedEventArgs.cs
- ConstructorBuilder.cs
- GridEntryCollection.cs
- XmlArrayAttribute.cs
- EventDescriptor.cs
- ContextItem.cs
- AppDomainUnloadedException.cs
- Enum.cs
- StringAnimationUsingKeyFrames.cs
- ZipIOExtraFieldElement.cs
- KeyNotFoundException.cs
- WsdlInspector.cs
- SqlInfoMessageEvent.cs
- XmlElementList.cs
- CustomWebEventKey.cs
- DecoratedNameAttribute.cs
- TypeResolver.cs
- InkPresenter.cs
- WrappedIUnknown.cs
- PixelFormat.cs
- MethodToken.cs
- OneOfConst.cs
- UIHelper.cs
- PopupEventArgs.cs
- EncoderFallback.cs
- ErrorLog.cs
- PropertyDescriptorCollection.cs
- HttpServerVarsCollection.cs
- XmlNotation.cs
- ValueTable.cs
- ShowExpandedMultiValueConverter.cs
- RIPEMD160Managed.cs
- XmlQueryOutput.cs
- PathStreamGeometryContext.cs
- WarningException.cs
- SystemResourceHost.cs
- AggregationMinMaxHelpers.cs
- ScrollViewerAutomationPeer.cs
- DrawingContextWalker.cs
- WindowsSpinner.cs
- NullableDecimalMinMaxAggregationOperator.cs
- MulticastDelegate.cs
- TabItem.cs
- Int64Converter.cs
- OpacityConverter.cs
- AllMembershipCondition.cs
- HtmlTitle.cs
- TreeNodeBindingDepthConverter.cs
- RegexReplacement.cs
- ImageFormatConverter.cs
- Exceptions.cs
- TextEditorParagraphs.cs
- XPathAncestorIterator.cs
- EntityTransaction.cs
- CompModSwitches.cs
- BrushMappingModeValidation.cs
- UInt16Converter.cs
- HighlightComponent.cs
- PrintingPermission.cs
- TimerElapsedEvenArgs.cs
- Compiler.cs
- Thumb.cs
- StylusPoint.cs
- Clock.cs
- XmlSerializerNamespaces.cs
- Unit.cs
- PersonalizablePropertyEntry.cs
- WorkflowQueue.cs
- HuffModule.cs
- WindowProviderWrapper.cs
- PropertyItem.cs
- IndexOutOfRangeException.cs
- OneWayBindingElement.cs
- TypeConverter.cs
- PersonalizablePropertyEntry.cs