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
- BamlTreeUpdater.cs
- CachedTypeface.cs
- ToolStripPanelSelectionBehavior.cs
- HttpPostProtocolImporter.cs
- CodeAssignStatement.cs
- SubstitutionList.cs
- SizeIndependentAnimationStorage.cs
- TextTreeTextBlock.cs
- TypeResolvingOptionsAttribute.cs
- DocumentPageTextView.cs
- PerfCounterSection.cs
- MsmqElementBase.cs
- LeaseManager.cs
- NamespaceEmitter.cs
- BindableTemplateBuilder.cs
- SHA1.cs
- Drawing.cs
- Hash.cs
- LinkTarget.cs
- SafeNativeMethods.cs
- TextParaClient.cs
- FormViewDeletedEventArgs.cs
- RuntimeEnvironment.cs
- SQLMembershipProvider.cs
- BamlRecordReader.cs
- FixedFindEngine.cs
- IERequestCache.cs
- MetadataCacheItem.cs
- ComponentDispatcherThread.cs
- Stackframe.cs
- DataContractSerializerOperationGenerator.cs
- GroupAggregateExpr.cs
- BaseTypeViewSchema.cs
- UnsafeNativeMethods.cs
- FormViewDeleteEventArgs.cs
- SmtpTransport.cs
- CodeAttributeDeclaration.cs
- PenLineJoinValidation.cs
- Point3DConverter.cs
- ByteAnimationBase.cs
- HMAC.cs
- Freezable.cs
- ControlIdConverter.cs
- IfJoinedCondition.cs
- FontCollection.cs
- SinglePageViewer.cs
- MediaElementAutomationPeer.cs
- ObjectConverter.cs
- EventLogPermissionAttribute.cs
- ActivityExecutor.cs
- WebPartTransformerAttribute.cs
- UpdatePanelControlTrigger.cs
- PrinterResolution.cs
- XComponentModel.cs
- AttributeUsageAttribute.cs
- CodeExpressionRuleDeclaration.cs
- DBSqlParserTable.cs
- ResXResourceSet.cs
- PersonalizationProvider.cs
- StorageTypeMapping.cs
- EncryptedPackage.cs
- HttpResponseInternalWrapper.cs
- StrongNameUtility.cs
- MetadataItemSerializer.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- Polygon.cs
- CompareInfo.cs
- CodeExporter.cs
- ComEventsSink.cs
- DiscreteKeyFrames.cs
- CommonDialog.cs
- RootBrowserWindowAutomationPeer.cs
- PropertyFilter.cs
- OracleSqlParser.cs
- DropShadowBitmapEffect.cs
- PingReply.cs
- PropertyGridDesigner.cs
- DisplayInformation.cs
- RegexNode.cs
- Graphics.cs
- MgmtConfigurationRecord.cs
- FacetValueContainer.cs
- XmlSchemaGroup.cs
- MessageQueueConverter.cs
- indexingfiltermarshaler.cs
- WindowsFormsSynchronizationContext.cs
- HttpServerUtilityBase.cs
- ResourceManagerWrapper.cs
- EntityCommandCompilationException.cs
- Constraint.cs
- ActivityBuilder.cs
- ColorAnimation.cs
- WindowsProgressbar.cs
- Base64Decoder.cs
- PlanCompilerUtil.cs
- TextTreeObjectNode.cs
- ImageButton.cs
- Cursor.cs
- TextServicesCompartment.cs
- URIFormatException.cs