Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- BrowserInteropHelper.cs
- QilChoice.cs
- TemplatedAdorner.cs
- SqlLiftIndependentRowExpressions.cs
- PackageRelationshipSelector.cs
- FacetEnabledSchemaElement.cs
- ContourSegment.cs
- TraceUtils.cs
- __ComObject.cs
- EmptyElement.cs
- DataGridViewCellStateChangedEventArgs.cs
- InputLangChangeRequestEvent.cs
- NotImplementedException.cs
- XmlWriterSettings.cs
- ObjectHelper.cs
- ResolveDuplexAsyncResult.cs
- OleDbInfoMessageEvent.cs
- ConstraintCollection.cs
- SymDocumentType.cs
- EmptyReadOnlyDictionaryInternal.cs
- CommonDialog.cs
- TileBrush.cs
- Property.cs
- SslStream.cs
- BrushConverter.cs
- InterleavedZipPartStream.cs
- AttributeData.cs
- PropertyRef.cs
- PerformanceCountersElement.cs
- DSASignatureDeformatter.cs
- EntityDataSourceChangedEventArgs.cs
- CompiledQuery.cs
- VisualCollection.cs
- ObjectViewEntityCollectionData.cs
- ActivityExecutionWorkItem.cs
- SingleTagSectionHandler.cs
- HostingEnvironmentException.cs
- InternalCache.cs
- x509store.cs
- DynamicILGenerator.cs
- DeleteIndexBinder.cs
- MeasureItemEvent.cs
- CatalogZoneBase.cs
- WorkflowIdleElement.cs
- WebPartConnectionsConnectVerb.cs
- Point3D.cs
- FileBasedResourceGroveler.cs
- SetStateDesigner.cs
- Matrix3D.cs
- ThreadPool.cs
- BlurEffect.cs
- SafeBuffer.cs
- XmlArrayItemAttribute.cs
- nulltextcontainer.cs
- DecimalMinMaxAggregationOperator.cs
- IteratorDescriptor.cs
- WebPartConnectVerb.cs
- FieldToken.cs
- GeneralTransform2DTo3DTo2D.cs
- PeerApplicationLaunchInfo.cs
- TextRunCacheImp.cs
- EntityDataSourceChangingEventArgs.cs
- TextElementEnumerator.cs
- WorkItem.cs
- SiteMapDesignerDataSourceView.cs
- FixedSOMFixedBlock.cs
- TagMapInfo.cs
- MailHeaderInfo.cs
- SafeRightsManagementHandle.cs
- TabControlDesigner.cs
- WinEventTracker.cs
- StringWriter.cs
- SqlNamer.cs
- DataControlCommands.cs
- ProcessModuleCollection.cs
- SafeWaitHandle.cs
- StylusPlugInCollection.cs
- ProjectionPath.cs
- SQLGuidStorage.cs
- CngProvider.cs
- SyndicationDeserializer.cs
- Group.cs
- TypeSystem.cs
- XPathNavigator.cs
- DataRowChangeEvent.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- XmlSerializerOperationFormatter.cs
- serverconfig.cs
- ComPlusServiceLoader.cs
- CollectionsUtil.cs
- BuildTopDownAttribute.cs
- CorrelationManager.cs
- EntityWrapperFactory.cs
- GeometryDrawing.cs
- CanExecuteRoutedEventArgs.cs
- ObjectDataProvider.cs
- ClientFormsAuthenticationCredentials.cs
- TypeResolver.cs
- URI.cs
- BuilderInfo.cs