Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- ExpressionNormalizer.cs
- CustomTrackingRecord.cs
- Descriptor.cs
- TableCell.cs
- DrawingGroupDrawingContext.cs
- WorkflowInstanceProxy.cs
- CookieProtection.cs
- CommentAction.cs
- GZipDecoder.cs
- Perspective.cs
- XPathDocument.cs
- RefreshEventArgs.cs
- CryptoProvider.cs
- AnnouncementInnerClient11.cs
- BindingObserver.cs
- PlaceHolder.cs
- ItemCollection.cs
- HostProtectionPermission.cs
- TraceData.cs
- HttpConfigurationSystem.cs
- EntityCommandCompilationException.cs
- DataGridPageChangedEventArgs.cs
- Block.cs
- DefaultEventAttribute.cs
- AutomationPatternInfo.cs
- ProxyGenerationError.cs
- WindowsPen.cs
- WebPageTraceListener.cs
- ThicknessAnimationUsingKeyFrames.cs
- ThumbButtonInfoCollection.cs
- WebPartsPersonalization.cs
- DBCommand.cs
- StylusPoint.cs
- LocalizationParserHooks.cs
- Parser.cs
- ActivityDesignerResources.cs
- DiscardableAttribute.cs
- ClientData.cs
- BrowserInteropHelper.cs
- WindowsPrincipal.cs
- MaskInputRejectedEventArgs.cs
- XmlAggregates.cs
- unsafenativemethodstextservices.cs
- TdsRecordBufferSetter.cs
- RubberbandSelector.cs
- XmlAtomErrorReader.cs
- ListViewCancelEventArgs.cs
- XmlSchemaExternal.cs
- BamlResourceSerializer.cs
- __Error.cs
- FileUtil.cs
- SponsorHelper.cs
- ResourceProviderFactory.cs
- ReadOnlyCollectionBuilder.cs
- ColorConvertedBitmap.cs
- Transform3DGroup.cs
- FontInfo.cs
- ScriptModule.cs
- SimpleMailWebEventProvider.cs
- TransactionFlowBindingElementImporter.cs
- StyleSelector.cs
- EntityDataSourceContextCreatingEventArgs.cs
- ControlBindingsCollection.cs
- FixedHyperLink.cs
- Size3DConverter.cs
- DBSqlParser.cs
- WorkflowDebuggerSteppingAttribute.cs
- WebPartConnectionsConfigureVerb.cs
- DataViewManager.cs
- ConcurrentDictionary.cs
- PermissionAttributes.cs
- WindowsMenu.cs
- TransportChannelFactory.cs
- Emitter.cs
- RowVisual.cs
- ValueSerializerAttribute.cs
- Attributes.cs
- ControlLocalizer.cs
- SurrogateSelector.cs
- TokenBasedSetEnumerator.cs
- DotExpr.cs
- VariantWrapper.cs
- ToolStripDropDownButton.cs
- DataBindingHandlerAttribute.cs
- UniqueEventHelper.cs
- BitmapEffect.cs
- MailAddress.cs
- SatelliteContractVersionAttribute.cs
- XPathEmptyIterator.cs
- EventMappingSettings.cs
- WorkflowApplicationAbortedException.cs
- MultiBindingExpression.cs
- DataBinding.cs
- MediaSystem.cs
- ModifierKeysValueSerializer.cs
- ContractMapping.cs
- DataGridViewHitTestInfo.cs
- RpcResponse.cs
- DesignerDataRelationship.cs
- PersistenceException.cs