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 / SpecularMaterial.cs / 1 / SpecularMaterial.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: 3D specular material // // See spec at *** FILL IN LATER *** // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows.Markup; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using MS.Internal; namespace System.Windows.Media.Media3D { ////// SpecularMaterial allows a 2d brush to be used on a 3d model that has been lit /// with a specular lighting model /// public sealed partial class SpecularMaterial : Material { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Constructs a SpecularMaterial /// public SpecularMaterial() { } ////// Constructor that sets the initial values /// /// The new material's brush /// The specular exponent. public SpecularMaterial(Brush brush, double specularPower) { Brush = brush; SpecularPower = specularPower; } #endregion Constructors internal override bool PreCompute() { _requiresRealization = Material.PreCompute(Brush); return _requiresRealization; } internal override void UpdateRealizations( RealizationContext ctx, ref Rect bounds ) { Debug.Assert(_requiresRealization); Material.UpdateRealizations(Brush, ctx, ref bounds); } internal override bool RequiresRealization { get { return _requiresRealization; } } //------------------------------------------------------ // // Private Fields // //----------------------------------------------------- #region Private Fields private bool _requiresRealization = false; #endregion 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: 3D specular material // // See spec at *** FILL IN LATER *** // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows.Markup; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using MS.Internal; namespace System.Windows.Media.Media3D { ////// SpecularMaterial allows a 2d brush to be used on a 3d model that has been lit /// with a specular lighting model /// public sealed partial class SpecularMaterial : Material { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Constructs a SpecularMaterial /// public SpecularMaterial() { } ////// Constructor that sets the initial values /// /// The new material's brush /// The specular exponent. public SpecularMaterial(Brush brush, double specularPower) { Brush = brush; SpecularPower = specularPower; } #endregion Constructors internal override bool PreCompute() { _requiresRealization = Material.PreCompute(Brush); return _requiresRealization; } internal override void UpdateRealizations( RealizationContext ctx, ref Rect bounds ) { Debug.Assert(_requiresRealization); Material.UpdateRealizations(Brush, ctx, ref bounds); } internal override bool RequiresRealization { get { return _requiresRealization; } } //------------------------------------------------------ // // Private Fields // //----------------------------------------------------- #region Private Fields private bool _requiresRealization = false; #endregion 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
- StrongName.cs
- parserscommon.cs
- CryptoStream.cs
- _PooledStream.cs
- HitTestFilterBehavior.cs
- StorageFunctionMapping.cs
- CodeDOMUtility.cs
- TableRow.cs
- EventProviderWriter.cs
- sqlstateclientmanager.cs
- BamlReader.cs
- SystemGatewayIPAddressInformation.cs
- OleServicesContext.cs
- PipelineDeploymentState.cs
- CollectionDataContract.cs
- CultureMapper.cs
- StrongTypingException.cs
- CharUnicodeInfo.cs
- DataGridViewImageColumn.cs
- XmlToDatasetMap.cs
- WebEncodingValidatorAttribute.cs
- TemplateEditingVerb.cs
- AsyncPostBackErrorEventArgs.cs
- DBCSCodePageEncoding.cs
- ReadOnlyHierarchicalDataSourceView.cs
- UnconditionalPolicy.cs
- VsPropertyGrid.cs
- LinkAreaEditor.cs
- FontResourceCache.cs
- DllNotFoundException.cs
- ActivityExecutionFilter.cs
- WinEventTracker.cs
- FontStretch.cs
- PersistStreamTypeWrapper.cs
- WeakReferenceEnumerator.cs
- DataMisalignedException.cs
- followingsibling.cs
- DashStyle.cs
- BindingSource.cs
- Tile.cs
- QualifiedCellIdBoolean.cs
- SiteMapHierarchicalDataSourceView.cs
- PropertyMappingExceptionEventArgs.cs
- MetadataUtil.cs
- OpacityConverter.cs
- DecimalStorage.cs
- QueryGenerator.cs
- Image.cs
- SchemaEntity.cs
- WorkflowViewElement.cs
- RsaSecurityTokenAuthenticator.cs
- CheckPair.cs
- XmlNodeChangedEventManager.cs
- ToolStripItemImageRenderEventArgs.cs
- XmlSerializerNamespaces.cs
- EntityStoreSchemaGenerator.cs
- PrintingPermissionAttribute.cs
- ConsumerConnectionPointCollection.cs
- WithParamAction.cs
- GeometryValueSerializer.cs
- QueryParameter.cs
- XmlAttributeProperties.cs
- HttpBufferlessInputStream.cs
- PropVariant.cs
- BridgeDataRecord.cs
- AdRotator.cs
- DataRelationCollection.cs
- MatrixConverter.cs
- DeclarativeCatalogPart.cs
- TraceSwitch.cs
- ComponentResourceKeyConverter.cs
- ResourceReader.cs
- _SpnDictionary.cs
- SchemaLookupTable.cs
- ErrorRuntimeConfig.cs
- SolidColorBrush.cs
- TreeViewItemAutomationPeer.cs
- RSAProtectedConfigurationProvider.cs
- ModelItemKeyValuePair.cs
- WebDisplayNameAttribute.cs
- SmtpAuthenticationManager.cs
- RegexParser.cs
- CommandDevice.cs
- ToolBar.cs
- UIElementHelper.cs
- ImageCollectionCodeDomSerializer.cs
- HtmlTable.cs
- TransformerConfigurationWizardBase.cs
- BitVector32.cs
- NamespaceTable.cs
- StrokeFIndices.cs
- QilStrConcatenator.cs
- GACIdentityPermission.cs
- CustomAttribute.cs
- StandardTransformFactory.cs
- ToolTip.cs
- FileRegion.cs
- ApplyTemplatesAction.cs
- BindingExpression.cs
- XmlSerializationGeneratedCode.cs