Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ImmutableObjectAttribute.cs
- SqlFlattener.cs
- MergeFailedEvent.cs
- SqlCacheDependency.cs
- PinnedBufferMemoryStream.cs
- ToolBarButton.cs
- ColorConverter.cs
- FlowLayout.cs
- WebServiceTypeData.cs
- CodePrimitiveExpression.cs
- TypeUnloadedException.cs
- SaveFileDialog.cs
- Vector.cs
- XsdDuration.cs
- ListViewGroupConverter.cs
- SqlAliaser.cs
- GeneralTransform3DTo2DTo3D.cs
- ParameterElementCollection.cs
- MethodBuilder.cs
- Matrix3D.cs
- SoundPlayerAction.cs
- Sql8ExpressionRewriter.cs
- StateFinalizationActivity.cs
- Rotation3DAnimation.cs
- MaskedTextBox.cs
- CharacterMetricsDictionary.cs
- Oid.cs
- MostlySingletonList.cs
- BulletedListEventArgs.cs
- KeyEventArgs.cs
- PenContext.cs
- HandlerBase.cs
- SelectedDatesCollection.cs
- Select.cs
- UnsafeNativeMethods.cs
- FixedSOMImage.cs
- RsaKeyGen.cs
- UnmanagedMemoryStream.cs
- DataFormat.cs
- TdsParserHelperClasses.cs
- EventMappingSettingsCollection.cs
- CannotUnloadAppDomainException.cs
- ResolvedKeyFrameEntry.cs
- JsonWriter.cs
- SecurityUtils.cs
- HTMLTextWriter.cs
- Range.cs
- MemberInfoSerializationHolder.cs
- SeverityFilter.cs
- followingquery.cs
- HierarchicalDataSourceControl.cs
- AdornerHitTestResult.cs
- XmlFormatWriterGenerator.cs
- XmlQueryRuntime.cs
- DataSetSchema.cs
- ValidationError.cs
- TypeSource.cs
- ApplicationSecurityInfo.cs
- XmlTextWriter.cs
- ActivityExecutionWorkItem.cs
- DynamicFilter.cs
- SafeMILHandleMemoryPressure.cs
- HashHelper.cs
- RoutedEventArgs.cs
- RenderCapability.cs
- HtmlInputReset.cs
- ListSourceHelper.cs
- AssociatedControlConverter.cs
- WebControlsSection.cs
- InternalBufferOverflowException.cs
- ClrProviderManifest.cs
- GenericEnumerator.cs
- ListViewInsertEventArgs.cs
- StyleModeStack.cs
- EventsTab.cs
- LambdaExpression.cs
- XmlSchemaImport.cs
- NumericUpDownAcceleration.cs
- PolicyLevel.cs
- brushes.cs
- StringConverter.cs
- XmlSerializerFactory.cs
- ApplicationServicesHostFactory.cs
- InitialServerConnectionReader.cs
- CompositeDuplexElement.cs
- EventLogEntry.cs
- UIElement3D.cs
- ViewBox.cs
- RootBrowserWindowProxy.cs
- FullTrustAssembly.cs
- DropShadowEffect.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ConvertersCollection.cs
- Soap.cs
- Point.cs
- Queue.cs
- CollectionChangedEventManager.cs
- BamlTreeMap.cs
- FastPropertyAccessor.cs
- _ShellExpression.cs