Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / ColorMap.cs / 1305376 / 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
- DirtyTextRange.cs
- StatusBarItem.cs
- XPathMultyIterator.cs
- GridViewRowCollection.cs
- ItemCheckedEvent.cs
- StrongNamePublicKeyBlob.cs
- XmlParserContext.cs
- XmlTextReaderImpl.cs
- ListenerAdaptersInstallComponent.cs
- BitmapEffectGroup.cs
- _NTAuthentication.cs
- EntityDataSourceStatementEditorForm.cs
- FontCollection.cs
- EntityCommand.cs
- StackSpiller.Bindings.cs
- PlainXmlDeserializer.cs
- VisualStateManager.cs
- ProbeRequestResponseAsyncResult.cs
- versioninfo.cs
- _NegoStream.cs
- NameValueFileSectionHandler.cs
- TemplateComponentConnector.cs
- LayoutManager.cs
- PermissionSetEnumerator.cs
- SamlAuthorityBinding.cs
- TdsParserHelperClasses.cs
- TypeBuilder.cs
- SecurityElement.cs
- ProfileSettingsCollection.cs
- DataSourceControlBuilder.cs
- Optimizer.cs
- ChooseAction.cs
- WebControlsSection.cs
- tibetanshape.cs
- ObjectListCommand.cs
- TemplatedWizardStep.cs
- RenderData.cs
- PreviewKeyDownEventArgs.cs
- HandoffBehavior.cs
- DeclaredTypeElement.cs
- FileNotFoundException.cs
- ReadContentAsBinaryHelper.cs
- FillRuleValidation.cs
- MergablePropertyAttribute.cs
- RelationalExpressions.cs
- _HeaderInfo.cs
- HttpHandlerAction.cs
- PropertyFilterAttribute.cs
- BindingBase.cs
- BrowserInteropHelper.cs
- CollectionView.cs
- CultureSpecificCharacterBufferRange.cs
- DataColumnCollection.cs
- WebBrowserSiteBase.cs
- PersonalizationState.cs
- XmlSchemaCollection.cs
- WebBodyFormatMessageProperty.cs
- BamlWriter.cs
- SqlRecordBuffer.cs
- ProcessingInstructionAction.cs
- Parameter.cs
- XslTransformFileEditor.cs
- InkCanvasInnerCanvas.cs
- ChoiceConverter.cs
- NamespaceList.cs
- IntegrationExceptionEventArgs.cs
- DataSet.cs
- MediaElement.cs
- ToolboxComponentsCreatedEventArgs.cs
- UmAlQuraCalendar.cs
- XmlMembersMapping.cs
- LinearQuaternionKeyFrame.cs
- StatusBarPanelClickEvent.cs
- BaseDataBoundControlDesigner.cs
- StickyNoteContentControl.cs
- HierarchicalDataSourceControl.cs
- PagedDataSource.cs
- InternalSafeNativeMethods.cs
- PeerNameRecordCollection.cs
- SqlWebEventProvider.cs
- PropertiesTab.cs
- BulletedListDesigner.cs
- BridgeDataRecord.cs
- HandleCollector.cs
- DynamicScriptObject.cs
- XmlBoundElement.cs
- ProcessInputEventArgs.cs
- SqlConnection.cs
- XmlChildNodes.cs
- DtcInterfaces.cs
- JournalEntryStack.cs
- XmlSerializerSection.cs
- MexHttpBindingCollectionElement.cs
- Variant.cs
- UInt16Converter.cs
- HScrollBar.cs
- NullRuntimeConfig.cs
- FilterException.cs
- RelatedPropertyManager.cs
- XmlSchemaProviderAttribute.cs