Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media3D / DirectionalLight.cs / 1 / DirectionalLight.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: 3D directional light implementation. // // See spec at [....]/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/18/2003 : [....] - Created // //--------------------------------------------------------------------------- using System; 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 { ////// Directional lights have no position in space and project their light along a /// particular direction, specified by the vector that defines it. /// public sealed partial class DirectionalLight : Light { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Constructs a white light looking down the positive z axis. /// public DirectionalLight() { } ////// Constructor. /// /// Diffuse color of the new light. /// Direction of the new light. public DirectionalLight(Color diffuseColor, Vector3D direction) { Color = diffuseColor; Direction = direction; } #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
- TextElementAutomationPeer.cs
- Char.cs
- OperationAbortedException.cs
- DataServiceRequest.cs
- GridViewUpdateEventArgs.cs
- InkCanvasInnerCanvas.cs
- CodeLabeledStatement.cs
- TextBox.cs
- MonikerBuilder.cs
- CompositeFontInfo.cs
- Deflater.cs
- RegexParser.cs
- AQNBuilder.cs
- ExpressionVisitor.cs
- FormViewCommandEventArgs.cs
- KoreanCalendar.cs
- EnvelopedPkcs7.cs
- ELinqQueryState.cs
- HelpHtmlBuilder.cs
- EmptyStringExpandableObjectConverter.cs
- ToolStripDesignerAvailabilityAttribute.cs
- UIntPtr.cs
- RTTrackingProfile.cs
- ExpressionBindingCollection.cs
- ContentDesigner.cs
- ExceptionNotification.cs
- UpdatePanelTrigger.cs
- MobileCategoryAttribute.cs
- TemplateBindingExpression.cs
- MergeFilterQuery.cs
- DataKeyArray.cs
- XmlSchemaParticle.cs
- DbConnectionPoolIdentity.cs
- DesignerVerb.cs
- XmlImplementation.cs
- ExpandedWrapper.cs
- DrawToolTipEventArgs.cs
- BreakSafeBase.cs
- _OverlappedAsyncResult.cs
- PackageDigitalSignature.cs
- ChtmlTextWriter.cs
- NonParentingControl.cs
- SupportingTokenProviderSpecification.cs
- HostedNamedPipeTransportManager.cs
- SettingsPropertyWrongTypeException.cs
- RecipientInfo.cs
- Renderer.cs
- ContainerVisual.cs
- DockPanel.cs
- ExtensibleClassFactory.cs
- Track.cs
- SynchronizationContext.cs
- SQLBinary.cs
- RegionInfo.cs
- LostFocusEventManager.cs
- SqlAggregateChecker.cs
- IERequestCache.cs
- AsyncOperation.cs
- HtmlForm.cs
- CodeAccessPermission.cs
- SspiSafeHandles.cs
- VisualCollection.cs
- invalidudtexception.cs
- ObjectFullSpanRewriter.cs
- SqlCharStream.cs
- SimpleApplicationHost.cs
- OneOfScalarConst.cs
- CompilerState.cs
- JobInputBins.cs
- XhtmlBasicValidatorAdapter.cs
- CssStyleCollection.cs
- SqlFunctionAttribute.cs
- MachineSettingsSection.cs
- ColorInterpolationModeValidation.cs
- ObjectConverter.cs
- QilLiteral.cs
- WebPartEventArgs.cs
- cache.cs
- UnsafeNativeMethods.cs
- ClassHandlersStore.cs
- DeflateEmulationStream.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- HtmlTableCell.cs
- RegexParser.cs
- KnownBoxes.cs
- TabControlCancelEvent.cs
- LicenseProviderAttribute.cs
- Icon.cs
- CqlParserHelpers.cs
- WindowsAuthenticationEventArgs.cs
- ErrorProvider.cs
- RawTextInputReport.cs
- MonitorWrapper.cs
- SkipStoryboardToFill.cs
- QilBinary.cs
- Vector3DAnimationBase.cs
- TextDecorationLocationValidation.cs
- MetabaseServerConfig.cs
- RequestTimeoutManager.cs
- ClientConfigurationSystem.cs