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
- InstanceCreationEditor.cs
- RemoteWebConfigurationHostServer.cs
- CharacterString.cs
- ObjectStateManagerMetadata.cs
- ResourceDescriptionAttribute.cs
- DataBindingExpressionBuilder.cs
- KeyManager.cs
- ObjectAnimationBase.cs
- WebReferenceCollection.cs
- PageAsyncTask.cs
- DispatcherOperation.cs
- NamespaceEmitter.cs
- ParentQuery.cs
- IgnoreFileBuildProvider.cs
- KeyPullup.cs
- KeyInterop.cs
- SmtpAuthenticationManager.cs
- TrackingStringDictionary.cs
- ThemeConfigurationDialog.cs
- TabControlEvent.cs
- BitFlagsGenerator.cs
- InkCanvasInnerCanvas.cs
- DataObjectAttribute.cs
- ToolBar.cs
- Point3DKeyFrameCollection.cs
- TemplateComponentConnector.cs
- JsonWriter.cs
- ClientUtils.cs
- XslTransform.cs
- TextFormatterHost.cs
- FacetEnabledSchemaElement.cs
- RIPEMD160.cs
- LayoutTableCell.cs
- COM2ExtendedBrowsingHandler.cs
- ExecutionEngineException.cs
- WebServiceErrorEvent.cs
- Span.cs
- CustomAttributeFormatException.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- Header.cs
- PointAnimationUsingKeyFrames.cs
- DataGridViewSortCompareEventArgs.cs
- GlyphTypeface.cs
- RegexFCD.cs
- X509CertificateChain.cs
- ApplicationProxyInternal.cs
- entityreference_tresulttype.cs
- CellRelation.cs
- BindingSourceDesigner.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- GridViewPageEventArgs.cs
- unitconverter.cs
- Stack.cs
- Rect.cs
- TriState.cs
- ProbeRequestResponseAsyncResult.cs
- CollectionTypeElement.cs
- TemplateNodeContextMenu.cs
- HtmlGenericControl.cs
- RegexReplacement.cs
- FileLogRecordEnumerator.cs
- ProfileGroupSettings.cs
- FixedElement.cs
- _FtpDataStream.cs
- IBuiltInEvidence.cs
- ZipIOExtraFieldZip64Element.cs
- GraphicsContext.cs
- COM2Properties.cs
- TreeNodeStyleCollection.cs
- ViewStateModeByIdAttribute.cs
- DirectionalLight.cs
- COAUTHIDENTITY.cs
- LoadedEvent.cs
- BackStopAuthenticationModule.cs
- TriState.cs
- SystemIPGlobalProperties.cs
- EditorBrowsableAttribute.cs
- Int32RectValueSerializer.cs
- OleDbTransaction.cs
- EntryPointNotFoundException.cs
- DataTableNewRowEvent.cs
- MemberInfoSerializationHolder.cs
- XmlNavigatorFilter.cs
- TextRangeEditTables.cs
- Separator.cs
- HopperCache.cs
- TransformBlockRequest.cs
- CrossSiteScriptingValidation.cs
- TiffBitmapEncoder.cs
- ImmutableDispatchRuntime.cs
- CommandValueSerializer.cs
- PropertyMapper.cs
- ButtonFieldBase.cs
- TableHeaderCell.cs
- HierarchicalDataBoundControl.cs
- RowSpanVector.cs
- EdmEntityTypeAttribute.cs
- Popup.cs
- PageVisual.cs
- ResourceManager.cs