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 / PointLight.cs / 1 / PointLight.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: 3D positional light implementation. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/25/2003 : t-gregr - 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 sealed partial class PointLight : PointLightBase { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor that creates a white PointLight at the origin. /// public PointLight() {} ////// Constructor. /// /// Diffuse color for the new positional light. /// Position of the new positional light. public PointLight(Color diffuseColor, Point3D position) : this() { // Set PointLightBase properties Color = diffuseColor; Position = position; } #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 implementation. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/25/2003 : t-gregr - 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 sealed partial class PointLight : PointLightBase { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor that creates a white PointLight at the origin. /// public PointLight() {} ////// Constructor. /// /// Diffuse color for the new positional light. /// Position of the new positional light. public PointLight(Color diffuseColor, Point3D position) : this() { // Set PointLightBase properties Color = diffuseColor; Position = position; } #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
- FormViewCommandEventArgs.cs
- GroupPartitionExpr.cs
- InvokePatternIdentifiers.cs
- AdapterDictionary.cs
- ProxyHelper.cs
- GridViewUpdateEventArgs.cs
- processwaithandle.cs
- TableItemPatternIdentifiers.cs
- TypeSystemProvider.cs
- DisplayInformation.cs
- SetterBase.cs
- GreenMethods.cs
- Slider.cs
- RegexBoyerMoore.cs
- ColorConverter.cs
- CacheOutputQuery.cs
- HandlerMappingMemo.cs
- UnaryExpressionHelper.cs
- TouchEventArgs.cs
- XmlNamespaceMapping.cs
- TemplatePartAttribute.cs
- WorkflowItemsPresenter.cs
- XmlLoader.cs
- Properties.cs
- ITextView.cs
- GZipDecoder.cs
- CreateParams.cs
- SchemaMapping.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- ImpersonateTokenRef.cs
- DbProviderSpecificTypePropertyAttribute.cs
- SystemFonts.cs
- InvalidProgramException.cs
- XmlDataFileEditor.cs
- ListSortDescription.cs
- UnsafeNativeMethods.cs
- MemoryRecordBuffer.cs
- InstalledFontCollection.cs
- DataGrid.cs
- CatalogZone.cs
- InputBindingCollection.cs
- TransactionManager.cs
- ToolStripItemTextRenderEventArgs.cs
- ContentOnlyMessage.cs
- WindowsListViewScroll.cs
- JournalEntryStack.cs
- Memoizer.cs
- XamlPathDataSerializer.cs
- OleDbDataAdapter.cs
- DataGridViewHitTestInfo.cs
- VirtualDirectoryMapping.cs
- BasicCellRelation.cs
- VisualBrush.cs
- DataGridTablesFactory.cs
- ILGenerator.cs
- DiscoveryDocumentReference.cs
- SystemUdpStatistics.cs
- Scene3D.cs
- CompositeControl.cs
- WindowsListViewItemStartMenu.cs
- GridViewAutomationPeer.cs
- DoubleStorage.cs
- DispatcherTimer.cs
- GeneralTransformCollection.cs
- CodeAttributeDeclaration.cs
- ScrollBarRenderer.cs
- LicFileLicenseProvider.cs
- WhiteSpaceTrimStringConverter.cs
- PeerNameRecordCollection.cs
- ScrollableControl.cs
- PeerTransportCredentialType.cs
- ValueOfAction.cs
- RelatedView.cs
- CharEntityEncoderFallback.cs
- ConnectionManagementSection.cs
- FileClassifier.cs
- TemplateGroupCollection.cs
- _TimerThread.cs
- HierarchicalDataBoundControlAdapter.cs
- HtmlHistory.cs
- UserNamePasswordServiceCredential.cs
- CorrelationManager.cs
- FieldAccessException.cs
- Camera.cs
- MessageQueueCriteria.cs
- OutputCacheSection.cs
- OleDbCommand.cs
- LongValidatorAttribute.cs
- SecureConversationServiceCredential.cs
- SqlErrorCollection.cs
- ProxyAttribute.cs
- FontStretches.cs
- ExpressionsCollectionEditor.cs
- InvokeBase.cs
- InternalCache.cs
- COM2FontConverter.cs
- BookmarkEventArgs.cs
- OdbcDataReader.cs
- HostProtectionPermission.cs
- ZoomPercentageConverter.cs