Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CommonUI / System / Drawing / Advanced / Blend.cs / 1 / 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
- HttpHandlersSection.cs
- loginstatus.cs
- HtmlElementErrorEventArgs.cs
- XmlDictionary.cs
- NgenServicingAttributes.cs
- FileUpload.cs
- ReliabilityContractAttribute.cs
- CurrencyWrapper.cs
- XmlValidatingReaderImpl.cs
- Pool.cs
- WebPartsSection.cs
- SectionUpdates.cs
- TheQuery.cs
- DataSourceSelectArguments.cs
- SchemaCollectionCompiler.cs
- NetworkStream.cs
- EventLogQuery.cs
- ObjectConverter.cs
- SecurityToken.cs
- RadioButtonFlatAdapter.cs
- ExplicitDiscriminatorMap.cs
- CalendarData.cs
- CreateUserWizardStep.cs
- TableParaClient.cs
- XsltContext.cs
- DataGridViewRowStateChangedEventArgs.cs
- WindowsAuthenticationEventArgs.cs
- COM2AboutBoxPropertyDescriptor.cs
- DataRecord.cs
- CompositeKey.cs
- SelectionRangeConverter.cs
- FixedStringLookup.cs
- SpanIndex.cs
- UpdateTracker.cs
- DNS.cs
- PTConverter.cs
- InvalidProgramException.cs
- AnnotationComponentManager.cs
- XmlSortKey.cs
- QueueProcessor.cs
- OleStrCAMarshaler.cs
- LayoutEditorPart.cs
- XmlDocumentType.cs
- SecurityKeyType.cs
- AsyncResult.cs
- ModelVisual3D.cs
- Resources.Designer.cs
- TraceHandlerErrorFormatter.cs
- ListItemCollection.cs
- ToolStripItemEventArgs.cs
- WebZone.cs
- XMLDiffLoader.cs
- ShapingEngine.cs
- PathFigure.cs
- EditorPartChrome.cs
- EntityProviderServices.cs
- AssociationType.cs
- SchemaObjectWriter.cs
- EdmProviderManifest.cs
- RelationalExpressions.cs
- ResourceKey.cs
- WebUtil.cs
- DataGridViewControlCollection.cs
- SimpleBitVector32.cs
- SerializationSectionGroup.cs
- messageonlyhwndwrapper.cs
- CodeCompiler.cs
- XmlImplementation.cs
- TableAdapterManagerGenerator.cs
- ToolStripDropDownButton.cs
- ProxySimple.cs
- AxHost.cs
- ColumnTypeConverter.cs
- ObjectListCommandEventArgs.cs
- Misc.cs
- NullReferenceException.cs
- TogglePattern.cs
- DesignerActionHeaderItem.cs
- TypeUtil.cs
- XamlTemplateSerializer.cs
- NonSerializedAttribute.cs
- RecognitionEventArgs.cs
- SqlDataSourceParameterParser.cs
- ScrollChangedEventArgs.cs
- ExpandCollapseProviderWrapper.cs
- EventMap.cs
- AnnotationAdorner.cs
- BaseConfigurationRecord.cs
- HandleCollector.cs
- SiteMapNodeItemEventArgs.cs
- WebEventCodes.cs
- EmbeddedMailObjectCollectionEditor.cs
- TimestampInformation.cs
- DispatcherHookEventArgs.cs
- StyleBamlRecordReader.cs
- ZoneButton.cs
- DataGridClipboardCellContent.cs
- IntellisenseTextBox.cs
- ToolStripOverflowButton.cs
- TransformPattern.cs