Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- WebPartConnectionsConfigureVerb.cs
- AutomationPatternInfo.cs
- DialogResultConverter.cs
- NumericExpr.cs
- DataGridBoolColumn.cs
- WeakReference.cs
- ExpressionBuilder.cs
- JsonReaderWriterFactory.cs
- XslTransform.cs
- InkCanvasInnerCanvas.cs
- PolyLineSegment.cs
- FontUnitConverter.cs
- WebServiceFaultDesigner.cs
- WindowsGrip.cs
- Cursor.cs
- ImageUrlEditor.cs
- Int32CollectionConverter.cs
- PeerApplicationLaunchInfo.cs
- Proxy.cs
- ClientBuildManager.cs
- AccessDataSource.cs
- keycontainerpermission.cs
- Compilation.cs
- SpecialNameAttribute.cs
- RegexCompiler.cs
- MediaElementAutomationPeer.cs
- EmptyStringExpandableObjectConverter.cs
- KnownIds.cs
- TailCallAnalyzer.cs
- ExtensionQuery.cs
- SelectionHighlightInfo.cs
- InputLanguage.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- RenderData.cs
- DataGridRow.cs
- SafeRightsManagementQueryHandle.cs
- FloaterBaseParagraph.cs
- sqlnorm.cs
- ConstraintCollection.cs
- MdiWindowListItemConverter.cs
- AppSettingsExpressionBuilder.cs
- XmlSchemaDocumentation.cs
- EventRoute.cs
- SiteMapSection.cs
- StreamUpgradeProvider.cs
- WebPartDisplayMode.cs
- KeyMatchBuilder.cs
- ItemCheckedEvent.cs
- ActionFrame.cs
- TryExpression.cs
- KeyToListMap.cs
- PagePropertiesChangingEventArgs.cs
- KeyedHashAlgorithm.cs
- PartitionerQueryOperator.cs
- VideoDrawing.cs
- BuiltInExpr.cs
- CanonicalFontFamilyReference.cs
- HWStack.cs
- PieceDirectory.cs
- Sql8ExpressionRewriter.cs
- InputChannel.cs
- DataGridRelationshipRow.cs
- HMACSHA256.cs
- BoolLiteral.cs
- ChtmlTextWriter.cs
- CompositeDataBoundControl.cs
- AssociatedControlConverter.cs
- XPathParser.cs
- Message.cs
- SafeCryptoKeyHandle.cs
- SelectionWordBreaker.cs
- ScriptingProfileServiceSection.cs
- Rect3DValueSerializer.cs
- PropertyStore.cs
- BufferedReadStream.cs
- ListViewAutomationPeer.cs
- _SslState.cs
- StylusLogic.cs
- PageParserFilter.cs
- MetadataArtifactLoaderCompositeFile.cs
- ContentOperations.cs
- RelationHandler.cs
- FormViewCommandEventArgs.cs
- DataGridRelationshipRow.cs
- TypeSystemProvider.cs
- ExceptionUtility.cs
- PointHitTestResult.cs
- HttpHandlersSection.cs
- TextChangedEventArgs.cs
- WebPartDisplayModeCancelEventArgs.cs
- CommandHelpers.cs
- ITreeGenerator.cs
- BinaryObjectInfo.cs
- NativeMethods.cs
- _ContextAwareResult.cs
- Form.cs
- CodeRegionDirective.cs
- DispatcherHookEventArgs.cs
- TreeNodeBinding.cs
- Missing.cs