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
- InitialServerConnectionReader.cs
- EtwTrace.cs
- ExceptionUtil.cs
- DataListItemCollection.cs
- EditorZone.cs
- XmlCompatibilityReader.cs
- ConnectionString.cs
- ScriptRef.cs
- AttachedAnnotation.cs
- SBCSCodePageEncoding.cs
- AccessDataSourceView.cs
- ToolStripContextMenu.cs
- EnumUnknown.cs
- ImageAttributes.cs
- PermissionListSet.cs
- ProcessInfo.cs
- BulletedList.cs
- ConfigurationStrings.cs
- ContextMenuAutomationPeer.cs
- SyndicationFeedFormatter.cs
- WrappedIUnknown.cs
- TypeUtil.cs
- MissingMethodException.cs
- ImageDrawing.cs
- AttributeEmitter.cs
- ListQueryResults.cs
- DeleteMemberBinder.cs
- SuppressMergeCheckAttribute.cs
- XXXInfos.cs
- CodeMemberMethod.cs
- InvokeMemberBinder.cs
- RequestCachePolicy.cs
- DataTableReader.cs
- WebControlsSection.cs
- CompensationDesigner.cs
- StorageSetMapping.cs
- ObjectContext.cs
- PrinterUnitConvert.cs
- NotCondition.cs
- BoundField.cs
- BuildResultCache.cs
- ExclusiveCanonicalizationTransform.cs
- MulticastNotSupportedException.cs
- TrackBar.cs
- AmbientValueAttribute.cs
- StrongNameUtility.cs
- TypedTableBaseExtensions.cs
- EventArgs.cs
- UnaryNode.cs
- MouseEvent.cs
- ConfigurationValidatorAttribute.cs
- XmlSchemaCompilationSettings.cs
- SerTrace.cs
- XmlEncoding.cs
- SqlMethodCallConverter.cs
- QEncodedStream.cs
- DynamicResourceExtensionConverter.cs
- NotifyInputEventArgs.cs
- RenderData.cs
- ProtectedConfiguration.cs
- SqlVersion.cs
- TextFormatterImp.cs
- httpapplicationstate.cs
- EventLogTraceListener.cs
- CopyAction.cs
- AspNetPartialTrustHelpers.cs
- SqlDataSourceCommandEventArgs.cs
- HotSpotCollection.cs
- SourceFileInfo.cs
- DocumentGridPage.cs
- ComponentDispatcherThread.cs
- RtfControlWordInfo.cs
- UIElement.cs
- TextTreeUndo.cs
- DoubleCollectionConverter.cs
- ProgressBarAutomationPeer.cs
- TextEmbeddedObject.cs
- ITreeGenerator.cs
- SQLDateTimeStorage.cs
- KnownBoxes.cs
- QilExpression.cs
- FontFamily.cs
- ToolStripGrip.cs
- DPCustomTypeDescriptor.cs
- CompilerGeneratedAttribute.cs
- Drawing.cs
- HWStack.cs
- PermissionListSet.cs
- PtsHelper.cs
- Hashtable.cs
- SemanticResolver.cs
- TargetConverter.cs
- XmlDataImplementation.cs
- BasePattern.cs
- GeometryDrawing.cs
- BlurBitmapEffect.cs
- MimeReturn.cs
- Matrix.cs
- OleDbTransaction.cs
- VectorCollection.cs