Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media3D / Material.cs / 1 / 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 //------------------------------------------------------ // // Internal Methods // //----------------------------------------------------- #region Internal Methods // NTRAID#Longhorn-1591973-2006/03/31-[....] - Should be using inherited "Precompute" from Animatable // // These return 'true' if the Material requires realization internal abstract bool PreCompute(); internal static bool PreCompute(Brush brush) { bool requiresRealization = false; if (brush != null) { brush.Precompute(); requiresRealization = brush.RequiresRealizationUpdates; } return requiresRealization; } internal abstract void UpdateRealizations( RealizationContext ctx, ref Rect bounds); internal static void UpdateRealizations( Brush brush, RealizationContext ctx, ref Rect bounds ) { if (brush != null) { brush.UpdateRealizations(bounds, ctx); } } #endregion Internal Methods //------------------------------------------------------ // // Internal Properties // //------------------------------------------------------ #region Internal Properties // NTRAID#Longhorn-1591973-2006/03/31-[....] - Should be using inherited "RequiresRealizationUpdates" from Animatable internal abstract bool RequiresRealization { get; } #endregion Internal Properties } } // 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 //------------------------------------------------------ // // Internal Methods // //----------------------------------------------------- #region Internal Methods // NTRAID#Longhorn-1591973-2006/03/31-[....] - Should be using inherited "Precompute" from Animatable // // These return 'true' if the Material requires realization internal abstract bool PreCompute(); internal static bool PreCompute(Brush brush) { bool requiresRealization = false; if (brush != null) { brush.Precompute(); requiresRealization = brush.RequiresRealizationUpdates; } return requiresRealization; } internal abstract void UpdateRealizations( RealizationContext ctx, ref Rect bounds); internal static void UpdateRealizations( Brush brush, RealizationContext ctx, ref Rect bounds ) { if (brush != null) { brush.UpdateRealizations(bounds, ctx); } } #endregion Internal Methods //------------------------------------------------------ // // Internal Properties // //------------------------------------------------------ #region Internal Properties // NTRAID#Longhorn-1591973-2006/03/31-[....] - Should be using inherited "RequiresRealizationUpdates" from Animatable internal abstract bool RequiresRealization { get; } #endregion Internal Properties } } // 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
- FolderBrowserDialog.cs
- StorageAssociationSetMapping.cs
- ClientRuntimeConfig.cs
- ProvidePropertyAttribute.cs
- WorkflowServiceBehavior.cs
- StackOverflowException.cs
- InkCanvasAutomationPeer.cs
- EngineSiteSapi.cs
- OleDbPermission.cs
- SystemTcpStatistics.cs
- PrintDialog.cs
- TemplateXamlTreeBuilder.cs
- CardSpacePolicyElement.cs
- WFItemsToSpacerVisibility.cs
- ExecutedRoutedEventArgs.cs
- XmlSchemaType.cs
- CipherData.cs
- ListViewItemCollectionEditor.cs
- OleStrCAMarshaler.cs
- BamlVersionHeader.cs
- Selection.cs
- WebPartConnectVerb.cs
- SoapAttributes.cs
- UITypeEditor.cs
- BulletChrome.cs
- StrongNameUtility.cs
- StaticExtensionConverter.cs
- SchemaImporterExtensionElement.cs
- VirtualPath.cs
- Native.cs
- PersonalizationStateQuery.cs
- SerializerWriterEventHandlers.cs
- DrawListViewSubItemEventArgs.cs
- ConfigurationManagerHelperFactory.cs
- HtmlLink.cs
- EnumerableValidator.cs
- EventSinkActivityDesigner.cs
- DataGridViewTextBoxColumn.cs
- ProfileEventArgs.cs
- DbReferenceCollection.cs
- SqlNamer.cs
- ClipboardProcessor.cs
- ActiveXHost.cs
- SmiContext.cs
- XmlNamespaceManager.cs
- ChangeToolStripParentVerb.cs
- XmlTextReader.cs
- GlobalEventManager.cs
- ValidatorCompatibilityHelper.cs
- LinqExpressionNormalizer.cs
- CheckBox.cs
- TerminatingOperationBehavior.cs
- Form.cs
- ContentPosition.cs
- RegexCapture.cs
- _TimerThread.cs
- SessionSymmetricMessageSecurityProtocolFactory.cs
- CalculatedColumn.cs
- XamlTypeMapper.cs
- SelectionHighlightInfo.cs
- DateTimeUtil.cs
- DrawingCollection.cs
- StatusStrip.cs
- SecurityContextSecurityTokenResolver.cs
- FlowLayoutSettings.cs
- WorkflowRuntimeServicesBehavior.cs
- CaretElement.cs
- ExpressionBindings.cs
- Int32AnimationUsingKeyFrames.cs
- NetStream.cs
- WindowsRichEdit.cs
- ControlCachePolicy.cs
- NoneExcludedImageIndexConverter.cs
- DesignerHost.cs
- SEHException.cs
- glyphs.cs
- MatrixStack.cs
- StrokeNodeData.cs
- DateTimeFormatInfo.cs
- DataSourceXmlSubItemAttribute.cs
- dataSvcMapFileLoader.cs
- SettingsAttributes.cs
- TreeNodeStyleCollection.cs
- InternalControlCollection.cs
- ConfigPathUtility.cs
- XmlReflectionImporter.cs
- SerializerProvider.cs
- SQLByteStorage.cs
- TrackingProfileSerializer.cs
- PageAsyncTask.cs
- ObjectSecurity.cs
- WebBrowserDocumentCompletedEventHandler.cs
- Buffer.cs
- ComponentSerializationService.cs
- TdsParserSafeHandles.cs
- WindowHideOrCloseTracker.cs
- TemplatedEditableDesignerRegion.cs
- LayoutTable.cs
- PackageRelationship.cs
- TextPatternIdentifiers.cs