Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media3D / PointLightBase.cs / 1 / 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
- TypeConvertions.cs
- SqlRecordBuffer.cs
- Preprocessor.cs
- ByteConverter.cs
- NominalTypeEliminator.cs
- EntityDataSourceWizardForm.cs
- OptimizedTemplateContent.cs
- StaticDataManager.cs
- TdsParserSafeHandles.cs
- ToolStripContainer.cs
- VSWCFServiceContractGenerator.cs
- SystemFonts.cs
- SwitchElementsCollection.cs
- IdentityNotMappedException.cs
- ListControlBuilder.cs
- Matrix3D.cs
- StrongNameIdentityPermission.cs
- PropertyMapper.cs
- DiscoveryClientProtocol.cs
- XmlAttributeCache.cs
- WebPartMinimizeVerb.cs
- DateTimeFormat.cs
- DiscreteKeyFrames.cs
- SafeArrayRankMismatchException.cs
- ButtonRenderer.cs
- StylusPointPropertyId.cs
- HttpContextBase.cs
- DataGridViewRowsAddedEventArgs.cs
- sqlcontext.cs
- UInt16.cs
- Codec.cs
- DataBindingCollection.cs
- DataGridViewToolTip.cs
- WebPartDisplayModeEventArgs.cs
- CachedBitmap.cs
- _UriTypeConverter.cs
- SecureStringHasher.cs
- PrimarySelectionGlyph.cs
- CategoryGridEntry.cs
- StorageComplexTypeMapping.cs
- OrderByQueryOptionExpression.cs
- CollectionEditor.cs
- LicenseManager.cs
- InputLangChangeEvent.cs
- SafeCryptHandles.cs
- _SslState.cs
- ClientBuildManager.cs
- RubberbandSelector.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- InternalBufferOverflowException.cs
- DBPropSet.cs
- DesignerAttribute.cs
- SecurityException.cs
- ExpressionUtilities.cs
- EventDescriptorCollection.cs
- MessageContractMemberAttribute.cs
- PropertyGridCommands.cs
- URLAttribute.cs
- VectorConverter.cs
- Thickness.cs
- TabPanel.cs
- XamlTreeBuilder.cs
- OracleString.cs
- hwndwrapper.cs
- SQLDateTime.cs
- TextTreeObjectNode.cs
- OleDbConnection.cs
- ConfigurationManagerInternal.cs
- CodeAttributeArgumentCollection.cs
- WinEventWrap.cs
- IsolatedStorageFileStream.cs
- ImageListStreamer.cs
- DataSourceControlBuilder.cs
- ReceiveActivity.cs
- DependencyPropertyChangedEventArgs.cs
- ClientSideQueueItem.cs
- TTSEngineTypes.cs
- TypeUnloadedException.cs
- UnmanagedMemoryAccessor.cs
- EnumMemberAttribute.cs
- ToolTip.cs
- MSG.cs
- WebPartEditVerb.cs
- RouteItem.cs
- RequestTimeoutManager.cs
- DependencyPropertyChangedEventArgs.cs
- FormCollection.cs
- IsolatedStoragePermission.cs
- HtmlImage.cs
- CookieParameter.cs
- CodeMemberMethod.cs
- SQLDecimal.cs
- DebugView.cs
- XamlContextStack.cs
- SizeIndependentAnimationStorage.cs
- HttpFileCollectionBase.cs
- StateBag.cs
- WebSysDescriptionAttribute.cs
- Grant.cs
- XmlChoiceIdentifierAttribute.cs