Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media3D / AffineTransform3D.cs / 1 / AffineTransform3D.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Affine 3D transformations. // // See spec at [....]/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/04/2003 : [....] - 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
- ComponentEditorForm.cs
- FileLevelControlBuilderAttribute.cs
- ImpersonateTokenRef.cs
- EnumType.cs
- HttpModuleActionCollection.cs
- BitmapEffectCollection.cs
- Accessible.cs
- EarlyBoundInfo.cs
- SafeRegistryHandle.cs
- HttpException.cs
- MultiPartWriter.cs
- ResourceCategoryAttribute.cs
- DynamicAttribute.cs
- SoapRpcMethodAttribute.cs
- WebPartUserCapability.cs
- XsltException.cs
- Attributes.cs
- DesignerActionItem.cs
- MatchAllMessageFilter.cs
- ConnectionProviderAttribute.cs
- WindowsClientCredential.cs
- TextTreeExtractElementUndoUnit.cs
- ObjectContext.cs
- RelatedCurrencyManager.cs
- Expander.cs
- UnSafeCharBuffer.cs
- ExtractorMetadata.cs
- DataGridViewRowStateChangedEventArgs.cs
- CollectionsUtil.cs
- DesignTimeTemplateParser.cs
- SubclassTypeValidatorAttribute.cs
- CardSpaceSelector.cs
- COM2ExtendedBrowsingHandler.cs
- JobStaple.cs
- HtmlToClrEventProxy.cs
- TickBar.cs
- ThemeableAttribute.cs
- GenericParameterDataContract.cs
- XmlSchemaObjectCollection.cs
- SqlFunctions.cs
- CharAnimationUsingKeyFrames.cs
- HttpCachePolicy.cs
- CacheSection.cs
- UserPersonalizationStateInfo.cs
- Input.cs
- Latin1Encoding.cs
- DataGridViewToolTip.cs
- LinkConverter.cs
- SiteMap.cs
- EventRouteFactory.cs
- ToolStripSettings.cs
- SQLString.cs
- UnsafeNativeMethods.cs
- OAVariantLib.cs
- SubpageParagraph.cs
- InheritanceAttribute.cs
- CatalogPartCollection.cs
- SimpleType.cs
- BindingBase.cs
- xmlNames.cs
- ServiceReference.cs
- Content.cs
- SolidColorBrush.cs
- OrderablePartitioner.cs
- Executor.cs
- ThreadInterruptedException.cs
- StringExpressionSet.cs
- SqlDependencyUtils.cs
- ZipIOLocalFileDataDescriptor.cs
- ExpressionEvaluator.cs
- MetadataFile.cs
- ThumbButtonInfoCollection.cs
- DtdParser.cs
- TreeBuilderXamlTranslator.cs
- ForeignConstraint.cs
- SimpleType.cs
- SimpleHandlerFactory.cs
- Ref.cs
- SafeRightsManagementPubHandle.cs
- RegistryPermission.cs
- XmlAutoDetectWriter.cs
- SingleAnimation.cs
- VirtualizingStackPanel.cs
- DataGridViewRowConverter.cs
- SevenBitStream.cs
- DefinitionBase.cs
- WebPartHelpVerb.cs
- DateTimeAutomationPeer.cs
- ChannelTracker.cs
- HwndHost.cs
- PolicyLevel.cs
- TimelineGroup.cs
- SplineKeyFrames.cs
- DataGridViewRow.cs
- TdsParser.cs
- CredentialManagerDialog.cs
- FrameworkElementAutomationPeer.cs
- WebPartZoneCollection.cs
- CodeAttributeDeclaration.cs
- IteratorDescriptor.cs