Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media3D / AffineTransform3D.cs / 1 / AffineTransform3D.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Affine 3D transformations. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/04/2003 : t-gregr - Created // //--------------------------------------------------------------------------- using System; namespace System.Windows.Media.Media3D { ////// Base class that all concrete affine 3D transforms derive from /// (translate, rotate, scale, etc.) /// public abstract partial class AffineTransform3D : Transform3D { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- // Prevent 3rd parties from extending this abstract base class. internal AffineTransform3D() {} //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- //------------------------------------------------------ // // Public Properties // //------------------------------------------------------ ////// Determines if this is an affine transformation. /// public override bool IsAffine { get { ReadPreamble(); // All subclasses should be affine by definition. return true; } } //----------------------------------------------------- // // Public Events // //------------------------------------------------------ //----------------------------------------------------- // // 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: Affine 3D transformations. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/04/2003 : t-gregr - Created // //--------------------------------------------------------------------------- using System; namespace System.Windows.Media.Media3D { ////// Base class that all concrete affine 3D transforms derive from /// (translate, rotate, scale, etc.) /// public abstract partial class AffineTransform3D : Transform3D { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- // Prevent 3rd parties from extending this abstract base class. internal AffineTransform3D() {} //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- //------------------------------------------------------ // // Public Properties // //------------------------------------------------------ ////// Determines if this is an affine transformation. /// public override bool IsAffine { get { ReadPreamble(); // All subclasses should be affine by definition. return true; } } //----------------------------------------------------- // // Public Events // //------------------------------------------------------ //----------------------------------------------------- // // 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
- DecimalConverter.cs
- OptimizedTemplateContent.cs
- ResizeGrip.cs
- DateTimeOffsetAdapter.cs
- ToolBar.cs
- TreeNodeStyle.cs
- HTMLTagNameToTypeMapper.cs
- FormsAuthenticationEventArgs.cs
- ResourceReader.cs
- QueryContinueDragEventArgs.cs
- SubqueryRules.cs
- UriSection.cs
- XmlQualifiedName.cs
- KeyInstance.cs
- SafeTimerHandle.cs
- PrintPreviewControl.cs
- ListControlConvertEventArgs.cs
- ObjectList.cs
- DataGridTableStyleMappingNameEditor.cs
- DSASignatureFormatter.cs
- Point.cs
- RuleElement.cs
- SimpleExpression.cs
- RelationHandler.cs
- BezierSegment.cs
- HierarchicalDataBoundControl.cs
- XmlSchemaComplexContentRestriction.cs
- TextViewSelectionProcessor.cs
- SecUtil.cs
- LeafCellTreeNode.cs
- CollectionViewGroup.cs
- FileUtil.cs
- TagNameToTypeMapper.cs
- MultilineStringConverter.cs
- Span.cs
- PageCodeDomTreeGenerator.cs
- SafeFileMappingHandle.cs
- Helpers.cs
- CodeIndexerExpression.cs
- XmlArrayAttribute.cs
- ToolStripDropTargetManager.cs
- FontFamilyConverter.cs
- FilterEventArgs.cs
- DeclarativeCatalogPartDesigner.cs
- MemberDescriptor.cs
- SystemIPGlobalProperties.cs
- ComboBoxItem.cs
- MessageLoggingFilterTraceRecord.cs
- AncestorChangedEventArgs.cs
- CrossContextChannel.cs
- ManagementException.cs
- ExtensionSurface.cs
- ConnectionPointCookie.cs
- DataContractSet.cs
- GifBitmapEncoder.cs
- DBPropSet.cs
- SessionStateItemCollection.cs
- XmlMapping.cs
- ColumnMapProcessor.cs
- Internal.cs
- SafeLibraryHandle.cs
- EventListener.cs
- StackOverflowException.cs
- DataGridViewColumnStateChangedEventArgs.cs
- WorkflowPrinting.cs
- ComPlusThreadInitializer.cs
- DbConnectionPool.cs
- ServiceModelDictionary.cs
- MenuBindingsEditor.cs
- FormViewInsertEventArgs.cs
- UmAlQuraCalendar.cs
- EnumUnknown.cs
- GlyphTypeface.cs
- AutomationPropertyChangedEventArgs.cs
- AssemblyCollection.cs
- HttpDictionary.cs
- ExpandoClass.cs
- XPathParser.cs
- DataList.cs
- MobileUITypeEditor.cs
- ConfigurationLockCollection.cs
- SqlDataSourceConfigureFilterForm.cs
- SmiRecordBuffer.cs
- BinaryObjectReader.cs
- XpsViewerException.cs
- compensatingcollection.cs
- SqlStatistics.cs
- HttpCachePolicyElement.cs
- CryptoApi.cs
- TemplateFactory.cs
- BasicViewGenerator.cs
- NameValuePair.cs
- ConnectionProviderAttribute.cs
- AsyncPostBackErrorEventArgs.cs
- WebPartZoneBase.cs
- FormViewDeleteEventArgs.cs
- ArgumentOutOfRangeException.cs
- SHA384Managed.cs
- Stylesheet.cs
- DataMisalignedException.cs