Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Advanced / ColorMap.cs / 2 / ColorMap.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Diagnostics; using System; using System.Drawing; ////// /// Defines a map for converting colors. /// public sealed class ColorMap { Color oldColor; Color newColor; ////// /// public ColorMap() { oldColor = new Color(); newColor = new Color(); } ////// Initializes a new instance of the ///class. /// /// /// public Color OldColor { get { return oldColor; } set { oldColor = value; } } ////// Specifies the existing ///to be /// converted. /// /// /// public Color NewColor { get { return newColor; } set { newColor = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Specifes the new ///to which to convert. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Diagnostics; using System; using System.Drawing; ////// /// Defines a map for converting colors. /// public sealed class ColorMap { Color oldColor; Color newColor; ////// /// public ColorMap() { oldColor = new Color(); newColor = new Color(); } ////// Initializes a new instance of the ///class. /// /// /// public Color OldColor { get { return oldColor; } set { oldColor = value; } } ////// Specifies the existing ///to be /// converted. /// /// /// public Color NewColor { get { return newColor; } set { newColor = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Specifes the new ///to which to convert. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EncryptedXml.cs
- BinaryObjectInfo.cs
- DataGridHeaderBorder.cs
- CustomTypeDescriptor.cs
- TimeSpan.cs
- FigureHelper.cs
- GrammarBuilderRuleRef.cs
- CatalogPart.cs
- DeviceFilterDictionary.cs
- StylusPointPropertyInfo.cs
- TreeNodeStyleCollection.cs
- DurableDispatcherAddressingFault.cs
- Compiler.cs
- DragDropManager.cs
- XsltFunctions.cs
- HyperLink.cs
- DataGridViewComboBoxEditingControl.cs
- RightsManagementEncryptedStream.cs
- Events.cs
- OuterGlowBitmapEffect.cs
- HtmlElementCollection.cs
- FormatVersion.cs
- RMEnrollmentPage2.cs
- SiteOfOriginContainer.cs
- XmlSequenceWriter.cs
- AttributeExtensions.cs
- MultiByteCodec.cs
- ArcSegment.cs
- OperationResponse.cs
- SoapFault.cs
- DetailsViewUpdatedEventArgs.cs
- ObjectDataSource.cs
- UserControl.cs
- CodeAssignStatement.cs
- X509ChainElement.cs
- PeerResolverElement.cs
- AnimationStorage.cs
- DeviceContexts.cs
- Set.cs
- StateDesigner.CommentLayoutGlyph.cs
- CodeAssignStatement.cs
- XmlFormatExtensionPointAttribute.cs
- SessionPageStateSection.cs
- TransactionManager.cs
- Slider.cs
- ApplyTemplatesAction.cs
- WinFormsSecurity.cs
- path.cs
- basemetadatamappingvisitor.cs
- EdmRelationshipRoleAttribute.cs
- CheckBoxPopupAdapter.cs
- DocumentPageTextView.cs
- FixUp.cs
- BaseParagraph.cs
- RIPEMD160.cs
- AggregateException.cs
- WindowsIdentity.cs
- XmlUtf8RawTextWriter.cs
- TypeElement.cs
- FrameDimension.cs
- X509ChainElement.cs
- TypeHelper.cs
- ParameterCollection.cs
- TypedTableHandler.cs
- MessageBox.cs
- AddInBase.cs
- InvokeWebService.cs
- NamespaceDisplayAutomationPeer.cs
- Int64.cs
- HttpPostClientProtocol.cs
- BigInt.cs
- SHA512Managed.cs
- FontNamesConverter.cs
- ProcessHostFactoryHelper.cs
- BlockExpression.cs
- LogWriteRestartAreaAsyncResult.cs
- PathFigure.cs
- DbException.cs
- DataGridState.cs
- InternalControlCollection.cs
- SqlTopReducer.cs
- DrawToolTipEventArgs.cs
- MessagePropertyAttribute.cs
- CodeSnippetCompileUnit.cs
- Help.cs
- OutputCacheProfile.cs
- ObjectListSelectEventArgs.cs
- TextContainer.cs
- TreeWalkHelper.cs
- RelationshipType.cs
- StringStorage.cs
- CodeGeneratorAttribute.cs
- httpapplicationstate.cs
- ClientOperation.cs
- PartialTrustVisibleAssembly.cs
- Rect3D.cs
- HybridDictionary.cs
- CodeChecksumPragma.cs
- FontStyle.cs
- ContractReference.cs