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
- XXXOnTypeBuilderInstantiation.cs
- HttpException.cs
- NonVisualControlAttribute.cs
- WindowsAuthenticationEventArgs.cs
- ImageListStreamer.cs
- HybridWebProxyFinder.cs
- IndexingContentUnit.cs
- ToggleButtonAutomationPeer.cs
- XPathSelectionIterator.cs
- SamlAuthenticationStatement.cs
- XmlBinaryWriterSession.cs
- ColumnWidthChangingEvent.cs
- UInt32Storage.cs
- StringConverter.cs
- ProfileService.cs
- StylusDevice.cs
- MenuItemStyleCollectionEditor.cs
- BStrWrapper.cs
- precedingquery.cs
- Properties.cs
- AnnotationObservableCollection.cs
- WindowVisualStateTracker.cs
- BooleanConverter.cs
- NotSupportedException.cs
- DisplayMemberTemplateSelector.cs
- HatchBrush.cs
- RSAPKCS1SignatureDeformatter.cs
- XmlSchemaObjectCollection.cs
- DocumentSequence.cs
- ExpandableObjectConverter.cs
- EntityRecordInfo.cs
- ConfigurationLocationCollection.cs
- RoleService.cs
- TypeUtil.cs
- BaseProcessProtocolHandler.cs
- InstallerTypeAttribute.cs
- TypeToStringValueConverter.cs
- WorkflowApplicationTerminatedException.cs
- securestring.cs
- PassportAuthenticationModule.cs
- AssemblyHash.cs
- LoginNameDesigner.cs
- ChannelManagerBase.cs
- ActivityUtilities.cs
- PolicyLevel.cs
- DbConnectionPool.cs
- TagPrefixAttribute.cs
- TypeSystem.cs
- MimeXmlReflector.cs
- ReadOnlyTernaryTree.cs
- RectangleGeometry.cs
- VersionedStreamOwner.cs
- NameValuePair.cs
- QilScopedVisitor.cs
- NonBatchDirectoryCompiler.cs
- TabPage.cs
- DropSource.cs
- NameObjectCollectionBase.cs
- EllipseGeometry.cs
- ObsoleteAttribute.cs
- _SslStream.cs
- Empty.cs
- ProviderConnectionPointCollection.cs
- WorkflowRuntimeService.cs
- CustomGrammar.cs
- COM2PropertyBuilderUITypeEditor.cs
- BehaviorService.cs
- XmlSchemaParticle.cs
- DataTemplateSelector.cs
- AddInActivator.cs
- ConfigurationElementCollection.cs
- Cast.cs
- PkcsMisc.cs
- ObjectMemberMapping.cs
- ArcSegment.cs
- SafeEventLogReadHandle.cs
- MenuAutomationPeer.cs
- RequiredAttributeAttribute.cs
- PolyLineSegmentFigureLogic.cs
- OleDbDataAdapter.cs
- ConfigXmlComment.cs
- FixUp.cs
- FormsAuthenticationUser.cs
- Icon.cs
- DataServiceConfiguration.cs
- ClientBuildManager.cs
- ValueChangedEventManager.cs
- securitycriticaldataformultiplegetandset.cs
- PreservationFileWriter.cs
- FamilyMap.cs
- JsonDeserializer.cs
- NamespaceMapping.cs
- ComboBox.cs
- ResourceBinder.cs
- TemplatedMailWebEventProvider.cs
- HashCodeCombiner.cs
- SystemIPv6InterfaceProperties.cs
- SQLBytes.cs
- FactoryId.cs
- ConstraintManager.cs