Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media3D / MatrixTransform3D.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GatewayDefinition.cs
- ClientConvert.cs
- ResourcesBuildProvider.cs
- LineUtil.cs
- PropertyManager.cs
- ThreadAttributes.cs
- Version.cs
- HybridDictionary.cs
- TypeUtil.cs
- MimeTypeMapper.cs
- SemaphoreSecurity.cs
- DPAPIProtectedConfigurationProvider.cs
- XmlEncoding.cs
- HtmlAnchor.cs
- SqlDataReaderSmi.cs
- ArcSegment.cs
- SqlStream.cs
- FormsAuthenticationConfiguration.cs
- RadioButtonRenderer.cs
- IndexedString.cs
- ObjectSet.cs
- SapiGrammar.cs
- WorkflowViewManager.cs
- ListMarkerSourceInfo.cs
- FrameworkContentElement.cs
- StrokeDescriptor.cs
- XPathSingletonIterator.cs
- SiteMapNodeCollection.cs
- GroupStyle.cs
- WeakReference.cs
- PathData.cs
- HTMLTextWriter.cs
- SrgsItemList.cs
- DelegateHelpers.Generated.cs
- Part.cs
- AnimationException.cs
- ThicknessConverter.cs
- TextTabProperties.cs
- CacheModeConverter.cs
- XmlAnyElementAttribute.cs
- DesignerActionPropertyItem.cs
- HtmlTableCellCollection.cs
- RegexInterpreter.cs
- SqlInternalConnectionSmi.cs
- FileVersion.cs
- documentsequencetextview.cs
- Window.cs
- CheckBoxRenderer.cs
- TableRow.cs
- DataGridPagingPage.cs
- SelectorAutomationPeer.cs
- assemblycache.cs
- MDIClient.cs
- NetCodeGroup.cs
- ValidatedControlConverter.cs
- WindowsRichEdit.cs
- InvalidComObjectException.cs
- DataServiceProviderMethods.cs
- RouteParser.cs
- TypeUtils.cs
- ProxyElement.cs
- GacUtil.cs
- SwitchAttribute.cs
- RoutedCommand.cs
- wmiutil.cs
- BaseResourcesBuildProvider.cs
- HttpCachePolicyWrapper.cs
- UmAlQuraCalendar.cs
- GifBitmapEncoder.cs
- CodeBlockBuilder.cs
- XmlNodeReader.cs
- embossbitmapeffect.cs
- SqlTransaction.cs
- PolicyException.cs
- FixedSOMContainer.cs
- EntityType.cs
- NamedPipeAppDomainProtocolHandler.cs
- SwitchCase.cs
- webclient.cs
- MasterPageBuildProvider.cs
- MissingFieldException.cs
- updateconfighost.cs
- XhtmlBasicLinkAdapter.cs
- TdsParameterSetter.cs
- CompressStream.cs
- SizeKeyFrameCollection.cs
- ToolStripScrollButton.cs
- HasCopySemanticsAttribute.cs
- PersonalizationProviderCollection.cs
- ComponentConverter.cs
- PersonalizableTypeEntry.cs
- Mutex.cs
- ContextMarshalException.cs
- OrthographicCamera.cs
- MailMessageEventArgs.cs
- DataExpression.cs
- SafeNativeMethods.cs
- ExternalException.cs
- HttpConfigurationSystem.cs
- codemethodreferenceexpression.cs