Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media3D / AffineTransform3D.cs / 1305600 / 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
- ADMembershipUser.cs
- ToolStripEditorManager.cs
- XmlCharCheckingReader.cs
- DictionaryContent.cs
- KerberosReceiverSecurityToken.cs
- RoutedEventArgs.cs
- FontFamilyConverter.cs
- TextDecoration.cs
- Literal.cs
- SuppressIldasmAttribute.cs
- RepeaterCommandEventArgs.cs
- ListViewDeletedEventArgs.cs
- CryptoProvider.cs
- TemplateNameScope.cs
- DesignerLinkAdapter.cs
- TextChangedEventArgs.cs
- WorkflowInstance.cs
- TagNameToTypeMapper.cs
- Vector.cs
- TypeDelegator.cs
- _ScatterGatherBuffers.cs
- TableItemPatternIdentifiers.cs
- ZoneIdentityPermission.cs
- ProfilePropertySettings.cs
- FlowPosition.cs
- ApplicationHost.cs
- RoutedEventValueSerializer.cs
- Atom10FeedFormatter.cs
- RowsCopiedEventArgs.cs
- ScrollEventArgs.cs
- BitmapPalettes.cs
- Util.cs
- NativeActivityMetadata.cs
- sitestring.cs
- Parallel.cs
- SkewTransform.cs
- NonNullItemCollection.cs
- TableHeaderCell.cs
- _ListenerResponseStream.cs
- TabItemWrapperAutomationPeer.cs
- DelegateTypeInfo.cs
- MenuBindingsEditor.cs
- Operand.cs
- ComponentDispatcherThread.cs
- NullExtension.cs
- Clause.cs
- Matrix3D.cs
- CodeMethodInvokeExpression.cs
- ThumbButtonInfoCollection.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- UnknownWrapper.cs
- AdapterUtil.cs
- XhtmlTextWriter.cs
- RuleProcessor.cs
- MSAAEventDispatcher.cs
- DrawToolTipEventArgs.cs
- PeerResolverMode.cs
- DbConnectionPoolOptions.cs
- WebRequest.cs
- NopReturnReader.cs
- TextEndOfSegment.cs
- BrushValueSerializer.cs
- IntSumAggregationOperator.cs
- DataSet.cs
- RemotingConfiguration.cs
- DataGridTableStyleMappingNameEditor.cs
- FileStream.cs
- TrackingMemoryStreamFactory.cs
- RequestQueue.cs
- LoadGrammarCompletedEventArgs.cs
- XmlLoader.cs
- Point.cs
- ConfigXmlSignificantWhitespace.cs
- EditingMode.cs
- RemoteCryptoSignHashRequest.cs
- CellRelation.cs
- TraceFilter.cs
- MarshalDirectiveException.cs
- ReferenceEqualityComparer.cs
- WinFormsComponentEditor.cs
- Double.cs
- SettingsPropertyIsReadOnlyException.cs
- ToolStripControlHost.cs
- NativeMethodsCLR.cs
- DelayedRegex.cs
- DataGridState.cs
- ValidationException.cs
- SRef.cs
- AppDomain.cs
- AssociationEndMember.cs
- MetadataArtifactLoaderCompositeFile.cs
- VisualStyleRenderer.cs
- RtfFormatStack.cs
- WebPartsSection.cs
- BitStack.cs
- ImpersonateTokenRef.cs
- DataGridItemEventArgs.cs
- NativeRecognizer.cs
- ValueTypeFixupInfo.cs
- CompressedStack.cs