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
- TextBoxBase.cs
- TypeDelegator.cs
- OracleConnectionStringBuilder.cs
- BufferModesCollection.cs
- DesignerTextWriter.cs
- DataBoundControlHelper.cs
- _SSPIWrapper.cs
- ContextMenuAutomationPeer.cs
- VariableQuery.cs
- FontInfo.cs
- PeerCollaborationPermission.cs
- httpserverutility.cs
- WindowsButton.cs
- Lasso.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- ComNativeDescriptor.cs
- LinqExpressionNormalizer.cs
- DrawingVisual.cs
- GlyphRunDrawing.cs
- CompositeActivityTypeDescriptor.cs
- SqlCharStream.cs
- StringValidator.cs
- ObjectComplexPropertyMapping.cs
- LinkGrep.cs
- MimeMultiPart.cs
- ValidationSummary.cs
- NestPullup.cs
- XmlDocument.cs
- WebScriptMetadataInstanceContextProvider.cs
- MatrixAnimationUsingKeyFrames.cs
- AssociativeAggregationOperator.cs
- BindingMemberInfo.cs
- TextSchema.cs
- CompositeFontFamily.cs
- ExceptionTranslationTable.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- DataExpression.cs
- CachingHintValidation.cs
- GregorianCalendarHelper.cs
- VirtualPathProvider.cs
- RewritingSimplifier.cs
- HandleRef.cs
- CodeSnippetTypeMember.cs
- ValueQuery.cs
- EventHandlingScope.cs
- EDesignUtil.cs
- BaseTemplatedMobileComponentEditor.cs
- FontSource.cs
- VerticalAlignConverter.cs
- SchemaImporterExtensionElement.cs
- SiteMapDataSourceView.cs
- TextPatternIdentifiers.cs
- SecurityContextTokenCache.cs
- SqlWriter.cs
- OdbcErrorCollection.cs
- FontEmbeddingManager.cs
- DataGridRelationshipRow.cs
- ArithmeticException.cs
- sitestring.cs
- CanonicalFontFamilyReference.cs
- SingleKeyFrameCollection.cs
- ResourceAttributes.cs
- MarginCollapsingState.cs
- AggregatePushdown.cs
- WebConfigurationHostFileChange.cs
- WebPartManagerInternals.cs
- DocumentScope.cs
- WhitespaceRuleReader.cs
- CaseInsensitiveOrdinalStringComparer.cs
- IIS7UserPrincipal.cs
- DbFunctionCommandTree.cs
- DataGridViewSelectedCellCollection.cs
- Model3DGroup.cs
- ProgressBarAutomationPeer.cs
- SqlGenericUtil.cs
- SynchronizingStream.cs
- printdlgexmarshaler.cs
- DataObjectPastingEventArgs.cs
- CodeStatement.cs
- InlineCollection.cs
- PointCollectionConverter.cs
- ExpandCollapsePattern.cs
- SoapAttributeAttribute.cs
- DateTimeFormat.cs
- DataRelation.cs
- Attributes.cs
- StorageFunctionMapping.cs
- WaitHandleCannotBeOpenedException.cs
- SpanIndex.cs
- Vector.cs
- ExpressionWriter.cs
- PartialCachingControl.cs
- EntityDataSourceStatementEditor.cs
- Cursor.cs
- EdmRelationshipRoleAttribute.cs
- CodeEntryPointMethod.cs
- EncodingDataItem.cs
- FixedFindEngine.cs
- WebControlAdapter.cs
- SetStateEventArgs.cs