Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media3D / Material.cs / 1305600 / Material.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: 3D material implementation. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/25/2003 : t-gregr - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; namespace System.Windows.Media.Media3D { ////// Material is the abstract base class for materials /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] // cannot be read & localized as string public abstract partial class Material : Animatable { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // Prevent 3rd parties from extending this abstract base class. internal Material() {} #endregion Constructors } } // 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: 3D material implementation. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/25/2003 : t-gregr - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; namespace System.Windows.Media.Media3D { ////// Material is the abstract base class for materials /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] // cannot be read & localized as string public abstract partial class Material : Animatable { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // Prevent 3rd parties from extending this abstract base class. internal Material() {} #endregion Constructors } } // 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
- TreeViewHitTestInfo.cs
- MetadataCollection.cs
- ProfileSettingsCollection.cs
- ConfigurationLocation.cs
- XmlSchemaComplexContent.cs
- OneOfElement.cs
- DataMemberListEditor.cs
- XamlTypeMapper.cs
- SoapEnumAttribute.cs
- NativeMethods.cs
- ConnectionPoint.cs
- ContractNamespaceAttribute.cs
- PointLight.cs
- ConfigUtil.cs
- ComponentDispatcher.cs
- TypeValidationEventArgs.cs
- TextBlock.cs
- DropShadowBitmapEffect.cs
- SerializationInfo.cs
- TemplateKey.cs
- odbcmetadatafactory.cs
- RouteCollection.cs
- VectorAnimationBase.cs
- HtmlInputReset.cs
- TCPClient.cs
- Multiply.cs
- InfoCardBaseException.cs
- XmlDocumentSchema.cs
- DrawingContextWalker.cs
- MemberPath.cs
- SqlDataSourceSelectingEventArgs.cs
- SQLGuid.cs
- PeerInvitationResponse.cs
- Decorator.cs
- ContentWrapperAttribute.cs
- FrameworkEventSource.cs
- webbrowsersite.cs
- MetaModel.cs
- ToolboxBitmapAttribute.cs
- PersonalizationStateInfoCollection.cs
- Shape.cs
- MessageQueueCriteria.cs
- ThreadExceptionEvent.cs
- TableHeaderCell.cs
- ThreadStaticAttribute.cs
- CodeNamespace.cs
- SchemaTableColumn.cs
- HashMembershipCondition.cs
- CompareInfo.cs
- FileDataSourceCache.cs
- GenericEnumerator.cs
- EntityContainerRelationshipSet.cs
- InputLangChangeEvent.cs
- LocalIdKeyIdentifierClause.cs
- ObjectStateManagerMetadata.cs
- PropertyDescriptorComparer.cs
- DataGridItem.cs
- LoadedEvent.cs
- ApplicationHost.cs
- DispatcherHookEventArgs.cs
- ExpandCollapsePattern.cs
- Rss20ItemFormatter.cs
- UrlPropertyAttribute.cs
- TypefaceMetricsCache.cs
- CustomAttributeFormatException.cs
- DecoderReplacementFallback.cs
- FixedSOMElement.cs
- XmlSchemaException.cs
- EncoderFallback.cs
- FontInfo.cs
- CodeTypeDelegate.cs
- BasePropertyDescriptor.cs
- FontWeightConverter.cs
- RelatedEnd.cs
- SchemaElementDecl.cs
- DataGridViewLinkCell.cs
- Transform.cs
- TransactionChannelFactory.cs
- DataGridViewTopRowAccessibleObject.cs
- AssemblyUtil.cs
- ImageListStreamer.cs
- RealizedColumnsBlock.cs
- SoapAttributes.cs
- SerializationSectionGroup.cs
- RadioButtonFlatAdapter.cs
- KeySpline.cs
- LabelLiteral.cs
- MimeFormImporter.cs
- GenericUriParser.cs
- CheckBoxBaseAdapter.cs
- ConfigurationManagerInternalFactory.cs
- HandledEventArgs.cs
- ControlIdConverter.cs
- cookiecollection.cs
- EdmComplexTypeAttribute.cs
- TemplateKeyConverter.cs
- NavigationPropertySingletonExpression.cs
- WorkflowPrinting.cs
- AuthorizationContext.cs
- Error.cs