Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / Blend.cs / 1305376 / Blend.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Drawing2D { using System.Diagnostics; using System; using System.Drawing; ////// /// public sealed class Blend { float[] factors; float[] positions; ////// Defines a blend pattern for a ////// . /// /// /// public Blend() { factors = new float[1]; positions = new float[1]; } ////// Initializes a new instance of the ////// class. /// /// /// public Blend(int count) { factors = new float[count]; positions = new float[count]; } ////// Initializes a new instance of the ////// class with the specified number of factors and positions. /// /// /// Specifies an array of blend factors for the /// gradient. /// public float[] Factors { get { return factors; } set { factors = value; } } ////// /// public float[] Positions { get { return positions; } set { positions = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Specifies an array of blend positions for the gradient. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Drawing2D { using System.Diagnostics; using System; using System.Drawing; ////// /// public sealed class Blend { float[] factors; float[] positions; ////// Defines a blend pattern for a ////// . /// /// /// public Blend() { factors = new float[1]; positions = new float[1]; } ////// Initializes a new instance of the ////// class. /// /// /// public Blend(int count) { factors = new float[count]; positions = new float[count]; } ////// Initializes a new instance of the ////// class with the specified number of factors and positions. /// /// /// Specifies an array of blend factors for the /// gradient. /// public float[] Factors { get { return factors; } set { factors = value; } } ////// /// public float[] Positions { get { return positions; } set { positions = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Specifies an array of blend positions for the gradient. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OleDbInfoMessageEvent.cs
- SqlAliaser.cs
- MarkupWriter.cs
- MissingMethodException.cs
- StateRuntime.cs
- Canvas.cs
- PropertyDescriptorCollection.cs
- SqlWebEventProvider.cs
- XsltConvert.cs
- TreeView.cs
- TabletCollection.cs
- PointLight.cs
- Security.cs
- StylusButtonEventArgs.cs
- DesignerTextWriter.cs
- ImageSource.cs
- PlanCompiler.cs
- TextHidden.cs
- SemanticResolver.cs
- Calendar.cs
- AutoGeneratedField.cs
- _HTTPDateParse.cs
- MetadataFile.cs
- PolicyStatement.cs
- ThaiBuddhistCalendar.cs
- Misc.cs
- CompoundFileDeflateTransform.cs
- RawStylusInput.cs
- ManagementScope.cs
- HttpProcessUtility.cs
- XamlParser.cs
- SQLDecimal.cs
- Rethrow.cs
- ContainerCodeDomSerializer.cs
- MouseOverProperty.cs
- ExpressionBuilder.cs
- Validator.cs
- XmlSerializerNamespaces.cs
- Renderer.cs
- ScrollChangedEventArgs.cs
- CacheOutputQuery.cs
- MultiView.cs
- XmlEncodedRawTextWriter.cs
- PathHelper.cs
- ChooseAction.cs
- HttpListenerRequest.cs
- DataSource.cs
- AssemblyAttributes.cs
- AppDomainResourcePerfCounters.cs
- ConstraintStruct.cs
- FamilyCollection.cs
- MembershipSection.cs
- SecurityTokenAuthenticator.cs
- ArraySubsetEnumerator.cs
- SecurityContext.cs
- RawStylusInput.cs
- StylusButtonEventArgs.cs
- TextServicesCompartmentEventSink.cs
- WebScriptEnablingBehavior.cs
- Menu.cs
- TextBoxRenderer.cs
- Visual3DCollection.cs
- ProxyManager.cs
- EditingScopeUndoUnit.cs
- CellIdBoolean.cs
- GcSettings.cs
- HtmlElementEventArgs.cs
- RangeValidator.cs
- ObjectListDesigner.cs
- Pkcs7Signer.cs
- TypedElement.cs
- FileDocument.cs
- ChannelPool.cs
- CancellationState.cs
- PopupEventArgs.cs
- InvalidEnumArgumentException.cs
- WebException.cs
- HandlerFactoryWrapper.cs
- KeyValueInternalCollection.cs
- SpecialFolderEnumConverter.cs
- EventSetter.cs
- CodeMemberMethod.cs
- FileChangeNotifier.cs
- StorageComplexPropertyMapping.cs
- ContentPlaceHolder.cs
- Dump.cs
- MediaScriptCommandRoutedEventArgs.cs
- StorageEntityContainerMapping.cs
- ObservableCollection.cs
- UrlAuthFailedErrorFormatter.cs
- PropertyCollection.cs
- MergePropertyDescriptor.cs
- Mappings.cs
- ExceptionWrapper.cs
- FormViewInsertEventArgs.cs
- ResourceLoader.cs
- SoundPlayerAction.cs
- LockedAssemblyCache.cs
- IndexedGlyphRun.cs
- DiscreteKeyFrames.cs