Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- DrawToolTipEventArgs.cs
- SystemKeyConverter.cs
- XmlToDatasetMap.cs
- ITextView.cs
- CleanUpVirtualizedItemEventArgs.cs
- MsmqHostedTransportConfiguration.cs
- DataServiceProcessingPipeline.cs
- UriTemplateTable.cs
- TextBlock.cs
- WindowsTreeView.cs
- XmlSchemaParticle.cs
- MessageLogTraceRecord.cs
- OperationContext.cs
- PreviewKeyDownEventArgs.cs
- BinaryUtilClasses.cs
- basevalidator.cs
- CodeDesigner.cs
- DataGridViewDataErrorEventArgs.cs
- PrintDocument.cs
- TextFormatterHost.cs
- ExtensionQuery.cs
- Expander.cs
- MemberDescriptor.cs
- InlineObject.cs
- OrthographicCamera.cs
- MessageBox.cs
- FilterableAttribute.cs
- PropertyTabAttribute.cs
- SettingsPropertyNotFoundException.cs
- OutArgument.cs
- PageTextBox.cs
- SignatureGenerator.cs
- QuerySafeNavigator.cs
- DataSourceSelectArguments.cs
- ToolBarButton.cs
- ReferencedCollectionType.cs
- RSAProtectedConfigurationProvider.cs
- SchemaCollectionPreprocessor.cs
- TimeSpanSecondsConverter.cs
- TableDetailsRow.cs
- CalendarModeChangedEventArgs.cs
- RuntimeResourceSet.cs
- RangeValidator.cs
- ADMembershipUser.cs
- WebPartCollection.cs
- LogEntryUtils.cs
- XmlSiteMapProvider.cs
- SequentialWorkflowHeaderFooter.cs
- PageContentAsyncResult.cs
- ApplicationSecurityInfo.cs
- WorkflowStateRollbackService.cs
- AmbiguousMatchException.cs
- Viewport3DVisual.cs
- RowBinding.cs
- AppDomainAttributes.cs
- ServiceDescriptionSerializer.cs
- StringFreezingAttribute.cs
- Int16AnimationUsingKeyFrames.cs
- LinearKeyFrames.cs
- EntityDataSourceMemberPath.cs
- WrappedIUnknown.cs
- HTMLTextWriter.cs
- AmbientValueAttribute.cs
- OracleFactory.cs
- DataStreams.cs
- RecognizerInfo.cs
- WebPartConnectionsCancelVerb.cs
- EditModeSwitchButton.cs
- SelectionListDesigner.cs
- Clock.cs
- DataServiceStreamResponse.cs
- TabControlToolboxItem.cs
- FigureHelper.cs
- ClientSettingsStore.cs
- RolePrincipal.cs
- CalculatedColumn.cs
- PrivilegeNotHeldException.cs
- BatchWriter.cs
- StrokeNodeOperations.cs
- RuleInfoComparer.cs
- TextUtf8RawTextWriter.cs
- FontConverter.cs
- ExtractedStateEntry.cs
- SkewTransform.cs
- SingleSelectRootGridEntry.cs
- Int32AnimationBase.cs
- ConfigXmlDocument.cs
- DBNull.cs
- EntryPointNotFoundException.cs
- FixedSOMImage.cs
- CodeDelegateCreateExpression.cs
- PathSegmentCollection.cs
- BinaryUtilClasses.cs
- RequestQueue.cs
- unitconverter.cs
- AttachedPropertiesService.cs
- PerspectiveCamera.cs
- mediaeventargs.cs
- DockAndAnchorLayout.cs
- HatchBrush.cs