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
- TransactionManagerProxy.cs
- BamlLocalizer.cs
- SafeProcessHandle.cs
- CheckedListBox.cs
- ToolBarButton.cs
- TemplateDefinition.cs
- DataServiceClientException.cs
- SmtpFailedRecipientException.cs
- querybuilder.cs
- InsufficientMemoryException.cs
- TargetInvocationException.cs
- WebPartChrome.cs
- RelationshipDetailsCollection.cs
- DashStyle.cs
- MediaScriptCommandRoutedEventArgs.cs
- Screen.cs
- COM2ExtendedUITypeEditor.cs
- RegexWorker.cs
- ListViewInsertedEventArgs.cs
- ResolvedKeyFrameEntry.cs
- TypeBrowserDialog.cs
- DriveNotFoundException.cs
- LicenseManager.cs
- DataTrigger.cs
- OleServicesContext.cs
- RegexReplacement.cs
- FormsAuthenticationUserCollection.cs
- CompareInfo.cs
- TransformerConfigurationWizardBase.cs
- HiddenFieldPageStatePersister.cs
- VirtualizingPanel.cs
- UnaryQueryOperator.cs
- SafeRegistryKey.cs
- TemplateKey.cs
- MimeBasePart.cs
- CreateRefExpr.cs
- PassportIdentity.cs
- AbandonedMutexException.cs
- EntityObject.cs
- ScriptControlManager.cs
- SessionEndingCancelEventArgs.cs
- DebugInfoExpression.cs
- DataGridViewCellEventArgs.cs
- MediaPlayerState.cs
- NumberAction.cs
- WSDualHttpSecurityMode.cs
- Helpers.cs
- MsmqElementBase.cs
- ResolveDuplexCD1AsyncResult.cs
- DelegateSerializationHolder.cs
- AuthenticationServiceManager.cs
- SharedPersonalizationStateInfo.cs
- WebServiceMethodData.cs
- HtmlFormWrapper.cs
- ContextMenuService.cs
- AssemblyCache.cs
- TraceContextRecord.cs
- LogExtentCollection.cs
- AssertValidation.cs
- LinearGradientBrush.cs
- SqlClientPermission.cs
- GeneratedCodeAttribute.cs
- EntityClientCacheKey.cs
- ProfileModule.cs
- Logging.cs
- XmlSchemaCompilationSettings.cs
- BaseConfigurationRecord.cs
- InputEventArgs.cs
- ActiveXHost.cs
- XmlSchemaFacet.cs
- XmlUnspecifiedAttribute.cs
- EntityConnectionStringBuilder.cs
- PaginationProgressEventArgs.cs
- CombinedHttpChannel.cs
- FileDialogCustomPlace.cs
- ConnectionManagementElementCollection.cs
- DataKey.cs
- AtomMaterializer.cs
- COMException.cs
- Span.cs
- ISessionStateStore.cs
- RelatedImageListAttribute.cs
- ServiceModelActivity.cs
- HtmlSelect.cs
- ArcSegment.cs
- PageContent.cs
- PKCS1MaskGenerationMethod.cs
- DataGridViewRowHeaderCell.cs
- SqlFacetAttribute.cs
- CodeDomSerializer.cs
- ThreadExceptionEvent.cs
- ScriptRegistrationManager.cs
- DataGridHelper.cs
- HttpResponseHeader.cs
- SafeHandles.cs
- TargetFrameworkUtil.cs
- InertiaExpansionBehavior.cs
- UnmanagedMemoryStreamWrapper.cs
- CodeAccessPermission.cs
- ToolStripContentPanelRenderEventArgs.cs