Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media3D / SpecularMaterial.cs / 1305600 / 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 } } // 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
- QilFactory.cs
- ServicePoint.cs
- ReturnValue.cs
- DATA_BLOB.cs
- DataGridViewCellPaintingEventArgs.cs
- ValidationHelpers.cs
- ConstNode.cs
- URLMembershipCondition.cs
- MergablePropertyAttribute.cs
- TextAdaptor.cs
- TabletDevice.cs
- DataFormats.cs
- ConfigXmlComment.cs
- IgnoreSection.cs
- GraphicsState.cs
- TypeBuilder.cs
- AmbientProperties.cs
- Models.cs
- BamlTreeNode.cs
- Style.cs
- XmlSchemaElement.cs
- OutArgument.cs
- CodeDirectiveCollection.cs
- TextEndOfParagraph.cs
- DetailsViewDeleteEventArgs.cs
- DPTypeDescriptorContext.cs
- ReferentialConstraint.cs
- ProcessThreadCollection.cs
- TextEditorCopyPaste.cs
- CommandID.cs
- ClassHandlersStore.cs
- FontStretches.cs
- ToolboxItem.cs
- StorageMappingItemCollection.cs
- FormsAuthenticationTicket.cs
- SelectionPattern.cs
- MessageQueueAccessControlEntry.cs
- BitVector32.cs
- SchemaType.cs
- StrokeNodeData.cs
- MimeXmlImporter.cs
- ServiceOperationDetailViewControl.cs
- OptimizedTemplateContentHelper.cs
- TraceSection.cs
- webproxy.cs
- UpdateDelegates.Generated.cs
- SerializationStore.cs
- EntityDataSourceChangedEventArgs.cs
- CustomAttributeBuilder.cs
- Window.cs
- TypefaceMetricsCache.cs
- AddingNewEventArgs.cs
- sortedlist.cs
- AppSecurityManager.cs
- StyleTypedPropertyAttribute.cs
- DbProviderConfigurationHandler.cs
- AQNBuilder.cs
- FontUnit.cs
- SqlUserDefinedTypeAttribute.cs
- ChtmlLinkAdapter.cs
- XslCompiledTransform.cs
- AuthStoreRoleProvider.cs
- TimeSpanSecondsConverter.cs
- ErrorProvider.cs
- DbTransaction.cs
- GroupStyle.cs
- StreamAsIStream.cs
- OleStrCAMarshaler.cs
- GeometryCombineModeValidation.cs
- mda.cs
- XMLSyntaxException.cs
- Pts.cs
- XmlCDATASection.cs
- WindowsGraphics.cs
- SecurityTokenProvider.cs
- ObjectListTitleAttribute.cs
- QueryCursorEventArgs.cs
- ObjectDataSource.cs
- DataSetUtil.cs
- PtsPage.cs
- SqlDataSourceCustomCommandEditor.cs
- HttpCacheParams.cs
- MouseCaptureWithinProperty.cs
- TypeToken.cs
- XmlReader.cs
- PieceDirectory.cs
- EventLogEntry.cs
- SqlDependency.cs
- BaseCAMarshaler.cs
- GridLength.cs
- PixelFormatConverter.cs
- Internal.cs
- Helper.cs
- DesignOnlyAttribute.cs
- QueryConverter.cs
- RetrieveVirtualItemEventArgs.cs
- RetrieveVirtualItemEventArgs.cs
- SeekStoryboard.cs
- LinearGradientBrush.cs
- xdrvalidator.cs