Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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 [....]/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 05/25/2005 : [....] - 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
- PtsContext.cs
- Misc.cs
- TypeReference.cs
- DesignerToolboxInfo.cs
- COAUTHINFO.cs
- HMACSHA384.cs
- ContainerControlDesigner.cs
- wmiutil.cs
- DependencyPropertyConverter.cs
- MessageDecoder.cs
- PagePropertiesChangingEventArgs.cs
- ComboBox.cs
- Converter.cs
- Label.cs
- WindowsStreamSecurityBindingElement.cs
- KeyedQueue.cs
- WindowAutomationPeer.cs
- EnumType.cs
- Msec.cs
- AttachInfo.cs
- TypeContext.cs
- CardSpacePolicyElement.cs
- ResourceExpression.cs
- HandledMouseEvent.cs
- WorkflowValidationFailedException.cs
- XamlSerializer.cs
- File.cs
- PageParserFilter.cs
- ToolStripArrowRenderEventArgs.cs
- PageAdapter.cs
- ComponentRenameEvent.cs
- _Connection.cs
- WsatServiceCertificate.cs
- TdsParameterSetter.cs
- PropertyTabAttribute.cs
- SecurityElement.cs
- dataSvcMapFileLoader.cs
- ResourceIDHelper.cs
- RefreshResponseInfo.cs
- AmbientValueAttribute.cs
- wpf-etw.cs
- Animatable.cs
- GridViewSortEventArgs.cs
- DefaultSettingsSection.cs
- PackageStore.cs
- TypefaceMetricsCache.cs
- HtmlShimManager.cs
- SslStream.cs
- SubMenuStyle.cs
- CompilationPass2Task.cs
- ContextMarshalException.cs
- ExpressionParser.cs
- DataGridViewCellMouseEventArgs.cs
- SessionPageStateSection.cs
- DataViewManager.cs
- ApplicationBuildProvider.cs
- Menu.cs
- EntityUtil.cs
- FixedSchema.cs
- DocumentViewerHelper.cs
- DefaultObjectMappingItemCollection.cs
- SocketPermission.cs
- EntityConnectionStringBuilder.cs
- ListControl.cs
- HtmlElementEventArgs.cs
- SQLChars.cs
- FixedSOMImage.cs
- TableLayoutColumnStyleCollection.cs
- VectorConverter.cs
- CookieHandler.cs
- PrePrepareMethodAttribute.cs
- CellNormalizer.cs
- QilPatternVisitor.cs
- HebrewCalendar.cs
- WebContext.cs
- SelectionPattern.cs
- ListViewGroupCollectionEditor.cs
- ApplicationDirectory.cs
- RegionData.cs
- InvalidPropValue.cs
- PublisherMembershipCondition.cs
- AsyncOperationManager.cs
- DisplayMemberTemplateSelector.cs
- ModelEditingScope.cs
- WindowsEditBoxRange.cs
- XmlILOptimizerVisitor.cs
- SQLMembershipProvider.cs
- ToolBar.cs
- ObjectNotFoundException.cs
- CallSite.cs
- VisualProxy.cs
- HtmlTable.cs
- ListCardsInFileRequest.cs
- BackgroundFormatInfo.cs
- ScriptManagerProxy.cs
- SuppressMessageAttribute.cs
- GuidelineCollection.cs
- ValidationEventArgs.cs
- Encoder.cs
- OletxResourceManager.cs