Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media3D / Transform3DGroup.cs / 1 / Transform3DGroup.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: 3D transform collection. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/11/2003 : t-gregr - Created // 01/19/2004 : jordanpa - Changed to Transform3DGroup // //--------------------------------------------------------------------------- using System; using System.Windows; using System.Windows.Media; using System.Windows.Media.Composition; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Collections; using System.Collections.Generic; using MS.Internal; using System.Windows.Media.Animation; using System.Globalization; using System.Text; using System.Runtime.InteropServices; using System.Windows.Markup; using System.Diagnostics; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media.Media3D { ////// 3D transform group. /// [ContentProperty("Children")] public sealed partial class Transform3DGroup : Transform3D { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor. /// public Transform3DGroup() {} #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- #region Public Methods ////// Return the current transformation value. /// public override Matrix3D Value { get { ReadPreamble(); Matrix3D transform = new Matrix3D(); Append(ref transform); return transform; } } ////// Whether the transform is affine. /// public override bool IsAffine { get { ReadPreamble(); Transform3DCollection children = Children; if (children != null) { for (int i = 0, count = children.Count; i < count; ++i) { Transform3D transform = children.Internal_GetItem(i); if (!transform.IsAffine) { return false; } } } return true; } } #endregion Public Methods //------------------------------------------------------ // // Internal Methods // //------------------------------------------------------ internal override void Append(ref Matrix3D matrix) { Transform3DCollection children = Children; if (children != null) { for (int i = 0, count = children.Count; i < count; i++) { children.Internal_GetItem(i).Append(ref matrix); } } } //----------------------------------------------------- // // Private Fields // //------------------------------------------------------ } } // 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 transform collection. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/11/2003 : t-gregr - Created // 01/19/2004 : jordanpa - Changed to Transform3DGroup // //--------------------------------------------------------------------------- using System; using System.Windows; using System.Windows.Media; using System.Windows.Media.Composition; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Collections; using System.Collections.Generic; using MS.Internal; using System.Windows.Media.Animation; using System.Globalization; using System.Text; using System.Runtime.InteropServices; using System.Windows.Markup; using System.Diagnostics; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media.Media3D { ////// 3D transform group. /// [ContentProperty("Children")] public sealed partial class Transform3DGroup : Transform3D { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor. /// public Transform3DGroup() {} #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- #region Public Methods ////// Return the current transformation value. /// public override Matrix3D Value { get { ReadPreamble(); Matrix3D transform = new Matrix3D(); Append(ref transform); return transform; } } ////// Whether the transform is affine. /// public override bool IsAffine { get { ReadPreamble(); Transform3DCollection children = Children; if (children != null) { for (int i = 0, count = children.Count; i < count; ++i) { Transform3D transform = children.Internal_GetItem(i); if (!transform.IsAffine) { return false; } } } return true; } } #endregion Public Methods //------------------------------------------------------ // // Internal Methods // //------------------------------------------------------ internal override void Append(ref Matrix3D matrix) { Transform3DCollection children = Children; if (children != null) { for (int i = 0, count = children.Count; i < count; i++) { children.Internal_GetItem(i).Append(ref matrix); } } } //----------------------------------------------------- // // Private Fields // //------------------------------------------------------ } } // 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
- Rect.cs
- TargetControlTypeAttribute.cs
- SystemException.cs
- SHA1CryptoServiceProvider.cs
- FileClassifier.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- DataViewListener.cs
- AxHost.cs
- TCPListener.cs
- ApplicationServicesHostFactory.cs
- HtmlShim.cs
- TextPattern.cs
- MediaSystem.cs
- ObjectListDesigner.cs
- UrlPath.cs
- _Rfc2616CacheValidators.cs
- ToolStripLabel.cs
- CachingHintValidation.cs
- TypeSemantics.cs
- DrawingGroupDrawingContext.cs
- PropertyKey.cs
- Encoder.cs
- GPRECT.cs
- TrimSurroundingWhitespaceAttribute.cs
- MenuItemStyleCollection.cs
- ExpressionNormalizer.cs
- SinglePageViewer.cs
- CompilationPass2Task.cs
- VisualStyleElement.cs
- SafeUserTokenHandle.cs
- AutomationProperty.cs
- HtmlTitle.cs
- StdRegProviderWrapper.cs
- VectorAnimationUsingKeyFrames.cs
- BitmapFrameDecode.cs
- XsltFunctions.cs
- ObjectAnimationUsingKeyFrames.cs
- CodeMemberProperty.cs
- CanonicalFontFamilyReference.cs
- SchemaTableColumn.cs
- _BaseOverlappedAsyncResult.cs
- QuaternionAnimation.cs
- FormsAuthenticationCredentials.cs
- AsmxEndpointPickerExtension.cs
- DependencyObjectProvider.cs
- ReadWriteSpinLock.cs
- FontInfo.cs
- RewritingPass.cs
- BuildProvidersCompiler.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- FrameworkContextData.cs
- SendKeys.cs
- AdapterUtil.cs
- TextTreeDeleteContentUndoUnit.cs
- UInt16Storage.cs
- SqlProcedureAttribute.cs
- Setter.cs
- ConditionalAttribute.cs
- ReflectionPermission.cs
- NotificationContext.cs
- TextMarkerSource.cs
- CodeDirectoryCompiler.cs
- UnsafeNativeMethods.cs
- RequiredFieldValidator.cs
- CancelRequestedQuery.cs
- SoapAttributeOverrides.cs
- NameHandler.cs
- DataGridView.cs
- regiisutil.cs
- FlowLayoutPanel.cs
- MulticastDelegate.cs
- CodeGotoStatement.cs
- SqlMethodCallConverter.cs
- Run.cs
- BuildProviderUtils.cs
- HttpCacheVary.cs
- CodeDefaultValueExpression.cs
- DaylightTime.cs
- EncryptedKeyIdentifierClause.cs
- pingexception.cs
- DesignerEventService.cs
- PrintingPermissionAttribute.cs
- oledbconnectionstring.cs
- HiddenFieldPageStatePersister.cs
- SafeFileMapViewHandle.cs
- ContractType.cs
- CompilationPass2Task.cs
- XamlTypeMapper.cs
- PathSegmentCollection.cs
- InfiniteIntConverter.cs
- XmlSchemaCollection.cs
- PagePropertiesChangingEventArgs.cs
- EventManager.cs
- LineBreak.cs
- DrawListViewSubItemEventArgs.cs
- CharEntityEncoderFallback.cs
- DockAndAnchorLayout.cs
- RoleManagerEventArgs.cs
- StreamResourceInfo.cs
- EventMappingSettingsCollection.cs