Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media3D / PointLightBase.cs / 1305600 / PointLightBase.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: 3D positional light base class implementation. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 05/25/2005 : milesc - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Composition; using MS.Internal; using System.ComponentModel.Design.Serialization; using System.Windows.Markup; namespace System.Windows.Media.Media3D { ////// Positional lights have a position in space and project their light in all directions. /// The falloff of the light is controlled by attenuation and range properties. /// public abstract partial class PointLightBase : Light { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // Prevent 3rd parties from extending this abstract base class. internal PointLightBase() {} #endregion Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- //------------------------------------------------------ // // Public Events // //------------------------------------------------------ //----------------------------------------------------- // // 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 positional light base class implementation. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 05/25/2005 : milesc - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Composition; using MS.Internal; using System.ComponentModel.Design.Serialization; using System.Windows.Markup; namespace System.Windows.Media.Media3D { ////// Positional lights have a position in space and project their light in all directions. /// The falloff of the light is controlled by attenuation and range properties. /// public abstract partial class PointLightBase : Light { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // Prevent 3rd parties from extending this abstract base class. internal PointLightBase() {} #endregion Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- //------------------------------------------------------ // // Public Events // //------------------------------------------------------ //----------------------------------------------------- // // 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
- ExpressionParser.cs
- RuleSettingsCollection.cs
- FormDesigner.cs
- SystemColorTracker.cs
- DataGridViewColumnCollection.cs
- ThreadStartException.cs
- EdmProperty.cs
- ToolStripItemImageRenderEventArgs.cs
- DataObject.cs
- InternalsVisibleToAttribute.cs
- SqlUtil.cs
- CodeSnippetCompileUnit.cs
- MsmqBindingElementBase.cs
- CodeBinaryOperatorExpression.cs
- DynamicPhysicalDiscoSearcher.cs
- cookieexception.cs
- X509SecurityToken.cs
- AssemblyAttributesGoHere.cs
- ExportOptions.cs
- WmpBitmapEncoder.cs
- DrawingCollection.cs
- Column.cs
- ContextMenuStrip.cs
- Variant.cs
- RecordsAffectedEventArgs.cs
- WindowsIPAddress.cs
- MailWriter.cs
- BinaryFormatter.cs
- TextAutomationPeer.cs
- CustomPopupPlacement.cs
- XmlMapping.cs
- SafeFindHandle.cs
- AlignmentYValidation.cs
- ConfigurationSchemaErrors.cs
- NativeMethodsCLR.cs
- DataBindingHandlerAttribute.cs
- UrlAuthFailedErrorFormatter.cs
- WsdlBuildProvider.cs
- XmlChoiceIdentifierAttribute.cs
- UserControlCodeDomTreeGenerator.cs
- ProfessionalColors.cs
- ContentDefinition.cs
- RSACryptoServiceProvider.cs
- TextModifierScope.cs
- InvalidWMPVersionException.cs
- Font.cs
- SimpleWebHandlerParser.cs
- SqlMultiplexer.cs
- TextRenderer.cs
- ResourceExpression.cs
- MethodExpression.cs
- ContainerParagraph.cs
- XmlSecureResolver.cs
- XMLUtil.cs
- BooleanStorage.cs
- DesignerVerbToolStripMenuItem.cs
- AssemblyCache.cs
- TrackBar.cs
- ADMembershipProvider.cs
- RIPEMD160Managed.cs
- LicFileLicenseProvider.cs
- DBPropSet.cs
- ModifyActivitiesPropertyDescriptor.cs
- DesignColumn.cs
- ObjRef.cs
- LinkLabelLinkClickedEvent.cs
- ServiceElement.cs
- Empty.cs
- CipherData.cs
- ConfigXmlComment.cs
- MouseGestureConverter.cs
- TextDecorationCollection.cs
- HttpCookiesSection.cs
- DocumentPageTextView.cs
- PersistenceProvider.cs
- TableRowGroup.cs
- NotCondition.cs
- CipherData.cs
- Italic.cs
- XhtmlTextWriter.cs
- WindowsListViewGroupSubsetLink.cs
- DbConnectionPoolCounters.cs
- CompilerScope.Storage.cs
- XmlSchemaComplexContent.cs
- CorrelationTokenInvalidatedHandler.cs
- AutoCompleteStringCollection.cs
- LocationUpdates.cs
- PtsPage.cs
- DrawingAttributesDefaultValueFactory.cs
- SqlDependencyListener.cs
- EncodingStreamWrapper.cs
- LinearKeyFrames.cs
- ObjectDataSourceEventArgs.cs
- TextSearch.cs
- WebPartConnectionsCancelVerb.cs
- Sorting.cs
- SubtreeProcessor.cs
- OrderByQueryOptionExpression.cs
- Scalars.cs
- GridView.cs