Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SystemInformation.cs
- FormViewInsertEventArgs.cs
- WebBrowser.cs
- PipelineModuleStepContainer.cs
- GifBitmapDecoder.cs
- KeyedHashAlgorithm.cs
- autovalidator.cs
- RtfControlWordInfo.cs
- PageContentCollection.cs
- SchemaDeclBase.cs
- SafeRightsManagementQueryHandle.cs
- QueueProcessor.cs
- InkCollectionBehavior.cs
- PathGradientBrush.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- CodeDOMProvider.cs
- CommonObjectSecurity.cs
- CompositionTarget.cs
- RawStylusSystemGestureInputReport.cs
- NavigatorInput.cs
- WebConfigurationHostFileChange.cs
- RichTextBox.cs
- DeleteMemberBinder.cs
- OSFeature.cs
- DesignTimeXamlWriter.cs
- UserUseLicenseDictionaryLoader.cs
- ReceiveContext.cs
- RegexBoyerMoore.cs
- ResourcesChangeInfo.cs
- SecurityPolicySection.cs
- PaperSize.cs
- Translator.cs
- IncrementalCompileAnalyzer.cs
- EntityException.cs
- DataTableNewRowEvent.cs
- FamilyTypeface.cs
- UnsupportedPolicyOptionsException.cs
- ExpressionReplacer.cs
- DoubleUtil.cs
- BinaryObjectInfo.cs
- CellQuery.cs
- DataGridViewCellFormattingEventArgs.cs
- columnmapfactory.cs
- ThreadAbortException.cs
- WindowsStatic.cs
- FirstQueryOperator.cs
- ButtonField.cs
- AlternateView.cs
- NetMsmqBinding.cs
- TreeChangeInfo.cs
- OrderingInfo.cs
- Publisher.cs
- ListBindingConverter.cs
- NetPeerTcpBindingElement.cs
- OverlappedAsyncResult.cs
- AmbientLight.cs
- AnnotationAuthorChangedEventArgs.cs
- TdsParserStaticMethods.cs
- ServiceProviders.cs
- CorrelationManager.cs
- Selector.cs
- SaveFileDialog.cs
- DataBindingExpressionBuilder.cs
- ParserOptions.cs
- LinqTreeNodeEvaluator.cs
- PassportPrincipal.cs
- UdpTransportBindingElement.cs
- ListItemConverter.cs
- PropertyDescriptorGridEntry.cs
- InternalDuplexChannelFactory.cs
- ItemCollection.cs
- ScrollItemPatternIdentifiers.cs
- ProxyDataContractResolver.cs
- QilInvokeEarlyBound.cs
- SlotInfo.cs
- StreamUpgradeAcceptor.cs
- Model3D.cs
- XmlSerializationGeneratedCode.cs
- BindingExpressionUncommonField.cs
- DataTableNewRowEvent.cs
- MDIClient.cs
- TypedTableHandler.cs
- SerializationFieldInfo.cs
- BaseParaClient.cs
- PropertyEmitterBase.cs
- ItemList.cs
- ThicknessAnimationBase.cs
- DelayedRegex.cs
- StateBag.cs
- SqlClientPermission.cs
- FactoryId.cs
- JoinSymbol.cs
- XmlTypeMapping.cs
- DataGridViewEditingControlShowingEventArgs.cs
- ColorContext.cs
- ClientSettingsStore.cs
- TraceSection.cs
- Preprocessor.cs
- KeyedHashAlgorithm.cs
- BooleanExpr.cs