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
- PropertyItem.cs
- ScopelessEnumAttribute.cs
- ConnectionPoint.cs
- ImpersonateTokenRef.cs
- SchemaImporter.cs
- ChtmlPageAdapter.cs
- DesignerValidationSummaryAdapter.cs
- ActivityExecutionContext.cs
- BasicExpressionVisitor.cs
- RenderData.cs
- WmfPlaceableFileHeader.cs
- SchemaObjectWriter.cs
- ImageEditor.cs
- Event.cs
- ListViewTableRow.cs
- AddToCollection.cs
- ResourcePart.cs
- GestureRecognitionResult.cs
- RIPEMD160Managed.cs
- ListItemsCollectionEditor.cs
- AuthenticationService.cs
- UriScheme.cs
- ToolStripDropTargetManager.cs
- DataPagerFieldCollection.cs
- columnmapkeybuilder.cs
- DetailsViewInsertedEventArgs.cs
- DataColumnSelectionConverter.cs
- SQLByteStorage.cs
- SqlRowUpdatedEvent.cs
- _emptywebproxy.cs
- StorageScalarPropertyMapping.cs
- FixedSOMElement.cs
- EventMappingSettings.cs
- ForEach.cs
- Int32Rect.cs
- DocumentEventArgs.cs
- PagerSettings.cs
- InvokePatternIdentifiers.cs
- BindingElementCollection.cs
- Win32MouseDevice.cs
- EmptyElement.cs
- Quaternion.cs
- PartialCachingAttribute.cs
- ListChunk.cs
- TransportListener.cs
- StatusBar.cs
- GestureRecognitionResult.cs
- TransportContext.cs
- BigInt.cs
- UserControlCodeDomTreeGenerator.cs
- ObjectComplexPropertyMapping.cs
- CommandHelpers.cs
- HyperLinkColumn.cs
- StrokeFIndices.cs
- PowerStatus.cs
- ProxyWebPartManager.cs
- SchemaTypeEmitter.cs
- PrintPreviewGraphics.cs
- BamlTreeNode.cs
- CompilerTypeWithParams.cs
- Formatter.cs
- ISFTagAndGuidCache.cs
- HtmlFormWrapper.cs
- _SSPIWrapper.cs
- AddingNewEventArgs.cs
- SerializationObjectManager.cs
- InitiatorServiceModelSecurityTokenRequirement.cs
- WebScriptMetadataFormatter.cs
- SqlProfileProvider.cs
- XamlTemplateSerializer.cs
- SiteMapNodeItemEventArgs.cs
- CallTemplateAction.cs
- Peer.cs
- SQLInt32Storage.cs
- OdbcConnectionPoolProviderInfo.cs
- OdbcConnectionFactory.cs
- WebBrowserContainer.cs
- ReflectionHelper.cs
- QuadraticEase.cs
- OdbcCommand.cs
- ResourcePermissionBase.cs
- SingleTagSectionHandler.cs
- ComplexPropertyEntry.cs
- LambdaExpression.cs
- ValueTable.cs
- Semaphore.cs
- SqlDataSourceSelectingEventArgs.cs
- GridItemPattern.cs
- DataColumnChangeEvent.cs
- FontConverter.cs
- InternalConfigSettingsFactory.cs
- DbBuffer.cs
- GridViewEditEventArgs.cs
- IssuedTokenClientCredential.cs
- SocketPermission.cs
- InputScopeAttribute.cs
- TransformedBitmap.cs
- FilteredDataSetHelper.cs
- ProfileGroupSettings.cs
- ResourceSetExpression.cs