Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- WebDisplayNameAttribute.cs
- PasswordRecovery.cs
- DbgCompiler.cs
- MarshalDirectiveException.cs
- Grid.cs
- IconBitmapDecoder.cs
- AVElementHelper.cs
- XmlIgnoreAttribute.cs
- DataGridColumn.cs
- SolidColorBrush.cs
- QueryOperationResponseOfT.cs
- HMACRIPEMD160.cs
- Material.cs
- HttpDebugHandler.cs
- WebPartActionVerb.cs
- DataObject.cs
- QilReference.cs
- MSAAWinEventWrap.cs
- ParenthesizePropertyNameAttribute.cs
- Selector.cs
- SystemBrushes.cs
- ActivityTypeCodeDomSerializer.cs
- DbBuffer.cs
- Image.cs
- DecimalAnimationBase.cs
- PropertyPathWorker.cs
- RepeaterDataBoundAdapter.cs
- OperationDescription.cs
- Rect.cs
- ScriptControl.cs
- ClrProviderManifest.cs
- HtmlInputPassword.cs
- Boolean.cs
- InvalidPrinterException.cs
- DrawingAttributeSerializer.cs
- TemplateBindingExpressionConverter.cs
- FeatureManager.cs
- Debug.cs
- OdbcConnectionOpen.cs
- ConfigXmlAttribute.cs
- IncrementalHitTester.cs
- SQLDecimalStorage.cs
- NavigationEventArgs.cs
- SecurityContextTokenValidationException.cs
- LinkClickEvent.cs
- _FixedSizeReader.cs
- MediaEntryAttribute.cs
- XmlSerializerAssemblyAttribute.cs
- BaseParser.cs
- FontDialog.cs
- BindingExpression.cs
- CreateWorkflowOwnerCommand.cs
- ContextStack.cs
- DummyDataSource.cs
- ContentType.cs
- MenuItemCollection.cs
- TypedTableHandler.cs
- SpeechSeg.cs
- ValidationResult.cs
- BeginGetFileNameFromUserRequest.cs
- XsdBuilder.cs
- StrokeNodeData.cs
- AsymmetricKeyExchangeDeformatter.cs
- SimpleNameService.cs
- WindowsEditBox.cs
- ContainerFilterService.cs
- FileDialog.cs
- DataPointer.cs
- ByteStreamMessageEncoderFactory.cs
- ScrollChangedEventArgs.cs
- ProcessMessagesAsyncResult.cs
- AppLevelCompilationSectionCache.cs
- ToolStripItemTextRenderEventArgs.cs
- latinshape.cs
- Trace.cs
- CultureMapper.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- RotationValidation.cs
- ProfileService.cs
- XslAstAnalyzer.cs
- AttributeQuery.cs
- EnumerableRowCollection.cs
- TypedServiceOperationListItem.cs
- XmlSchemaProviderAttribute.cs
- PieceDirectory.cs
- UnsafePeerToPeerMethods.cs
- TableHeaderCell.cs
- Identity.cs
- CqlLexer.cs
- RoleManagerSection.cs
- x509store.cs
- SystemUdpStatistics.cs
- QueryResults.cs
- SafeNativeMemoryHandle.cs
- QueryTaskGroupState.cs
- QilLoop.cs
- CompilerGlobalScopeAttribute.cs
- HttpProcessUtility.cs
- CompoundFileReference.cs
- Operators.cs