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
- ThreadStateException.cs
- PrincipalPermission.cs
- ActivityCompletionCallbackWrapper.cs
- IndexObject.cs
- EnvelopedPkcs7.cs
- WhileDesigner.cs
- InfiniteTimeSpanConverter.cs
- ThumbButtonInfoCollection.cs
- SerializerWriterEventHandlers.cs
- CalendarDateChangedEventArgs.cs
- FileSystemEventArgs.cs
- XhtmlConformanceSection.cs
- StdValidatorsAndConverters.cs
- Substitution.cs
- DataKeyArray.cs
- ListBindingConverter.cs
- unsafeIndexingFilterStream.cs
- SecurityElement.cs
- UIElementHelper.cs
- ObjectViewFactory.cs
- Italic.cs
- mda.cs
- BitmapMetadata.cs
- Sql8ExpressionRewriter.cs
- SafeNativeMemoryHandle.cs
- FontClient.cs
- InstrumentationTracker.cs
- StorageComplexTypeMapping.cs
- SqlComparer.cs
- ModelVisual3D.cs
- ConfigurationManagerHelperFactory.cs
- FileUtil.cs
- SocketCache.cs
- HwndMouseInputProvider.cs
- __Error.cs
- DispatcherHooks.cs
- XmlILModule.cs
- DataControlFieldHeaderCell.cs
- TagPrefixAttribute.cs
- OleDbError.cs
- CodeBlockBuilder.cs
- RoutedPropertyChangedEventArgs.cs
- PageWrapper.cs
- SiteMapDataSourceView.cs
- ChangeTracker.cs
- RightsManagementPermission.cs
- Button.cs
- UIInitializationException.cs
- RelOps.cs
- Exceptions.cs
- Interlocked.cs
- IPAddress.cs
- DictionarySectionHandler.cs
- IRCollection.cs
- DelayedRegex.cs
- ResourceContainer.cs
- TransactionManagerProxy.cs
- __ComObject.cs
- Queue.cs
- DataGridToolTip.cs
- WebPartVerb.cs
- WebPartDisplayModeEventArgs.cs
- ToolStripDropDownMenu.cs
- IgnoreSection.cs
- ipaddressinformationcollection.cs
- CalendarDay.cs
- Attributes.cs
- LinqDataSourceSelectEventArgs.cs
- ValueSerializer.cs
- TypeDescriptionProviderAttribute.cs
- Control.cs
- LoadMessageLogger.cs
- RijndaelManaged.cs
- NullableLongMinMaxAggregationOperator.cs
- DefaultHttpHandler.cs
- DataServiceRequest.cs
- DesignColumn.cs
- SqlCaseSimplifier.cs
- Repeater.cs
- DialogResultConverter.cs
- SqlGenericUtil.cs
- MarkupCompilePass1.cs
- WebPartConnectionsEventArgs.cs
- AdornerHitTestResult.cs
- ContainerControl.cs
- ScrollData.cs
- SelectionList.cs
- BamlResourceContent.cs
- XmlTypeAttribute.cs
- RadioButton.cs
- DataGridViewToolTip.cs
- entitydatasourceentitysetnameconverter.cs
- ThrowHelper.cs
- TimeIntervalCollection.cs
- XMLSyntaxException.cs
- PersonalizationStateQuery.cs
- Label.cs
- SurrogateEncoder.cs
- ColumnMap.cs
- Transform3DGroup.cs