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
- Unit.cs
- DataGridColumnCollection.cs
- ValidationEventArgs.cs
- InvokePattern.cs
- DictionaryTraceRecord.cs
- InputScopeManager.cs
- TakeQueryOptionExpression.cs
- invalidudtexception.cs
- HttpStreamXmlDictionaryReader.cs
- SerializationFieldInfo.cs
- DependencyObjectCodeDomSerializer.cs
- KeySplineConverter.cs
- Opcode.cs
- StylusPointProperties.cs
- ContainerFilterService.cs
- SplitterPanel.cs
- SeekableReadStream.cs
- MsmqChannelFactory.cs
- TreeNodeBindingDepthConverter.cs
- EventLogPermissionEntryCollection.cs
- DocumentViewerAutomationPeer.cs
- RawStylusInput.cs
- ColorConvertedBitmap.cs
- recordstate.cs
- Int32Collection.cs
- Scripts.cs
- EpmSyndicationContentSerializer.cs
- TableProvider.cs
- TextElementEditingBehaviorAttribute.cs
- PaintEvent.cs
- TypeBuilderInstantiation.cs
- ReflectEventDescriptor.cs
- HandledMouseEvent.cs
- PrintPreviewDialog.cs
- Decimal.cs
- StagingAreaInputItem.cs
- designeractionlistschangedeventargs.cs
- Scheduler.cs
- ExternalFile.cs
- MetabaseReader.cs
- Identity.cs
- dsa.cs
- DiscoveryClientRequestChannel.cs
- RectKeyFrameCollection.cs
- RenderData.cs
- InkPresenterAutomationPeer.cs
- TypefaceCollection.cs
- SHA512CryptoServiceProvider.cs
- AuthenticationServiceManager.cs
- XmlChildNodes.cs
- ItemCheckEvent.cs
- DisplayMemberTemplateSelector.cs
- SqlNode.cs
- XamlPathDataSerializer.cs
- StringCollection.cs
- CompoundFileStreamReference.cs
- PrintingPermission.cs
- SafeMarshalContext.cs
- PhysicalFontFamily.cs
- SpoolingTask.cs
- EditorResources.cs
- PropertyMapper.cs
- VariableModifiersHelper.cs
- CodeCompileUnit.cs
- EntitySqlQueryCacheKey.cs
- NodeCounter.cs
- ProxyAttribute.cs
- CharEntityEncoderFallback.cs
- ToolStripGrip.cs
- DesignerDataConnection.cs
- StrokeNodeOperations.cs
- DataExpression.cs
- metrodevice.cs
- ChildChangedEventArgs.cs
- HierarchicalDataBoundControlAdapter.cs
- ColorConvertedBitmap.cs
- EndEvent.cs
- AnnotationDocumentPaginator.cs
- Visual3D.cs
- IntSecurity.cs
- AdornedElementPlaceholder.cs
- PasswordRecovery.cs
- CodeBlockBuilder.cs
- RtType.cs
- DataGridClipboardCellContent.cs
- DataContractSerializerServiceBehavior.cs
- MimeTypePropertyAttribute.cs
- CodeVariableDeclarationStatement.cs
- Rotation3D.cs
- PathSegmentCollection.cs
- CodeGenerator.cs
- Button.cs
- FormViewCommandEventArgs.cs
- ToolStripDropDownMenu.cs
- PopupRoot.cs
- FormViewInsertEventArgs.cs
- BamlLocalizableResourceKey.cs
- HttpHandlerAction.cs
- contentDescriptor.cs
- KeyProperty.cs