Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Advanced / Blend.cs / 2 / 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
- PriorityQueue.cs
- StylusSystemGestureEventArgs.cs
- PermissionSet.cs
- sortedlist.cs
- DataGridViewColumnStateChangedEventArgs.cs
- XmlnsCache.cs
- Query.cs
- InternalConfigRoot.cs
- ProcessModelInfo.cs
- OperatingSystemVersionCheck.cs
- OdbcConnectionHandle.cs
- CodeBlockBuilder.cs
- DesignerAttribute.cs
- CustomCategoryAttribute.cs
- HtmlTable.cs
- MouseGesture.cs
- MetadataCollection.cs
- XmlStreamStore.cs
- FileFormatException.cs
- DriveNotFoundException.cs
- QuaternionAnimationUsingKeyFrames.cs
- PropertyDescriptor.cs
- Constants.cs
- DoubleConverter.cs
- LongCountAggregationOperator.cs
- CustomValidator.cs
- RayMeshGeometry3DHitTestResult.cs
- XslAstAnalyzer.cs
- LocationUpdates.cs
- ControlIdConverter.cs
- SiteMapHierarchicalDataSourceView.cs
- WebScriptEndpoint.cs
- SQLUtility.cs
- _ConnectionGroup.cs
- OutputCacheSection.cs
- arc.cs
- BoundColumn.cs
- ComContractElement.cs
- ResourceAttributes.cs
- GridViewAutomationPeer.cs
- RawKeyboardInputReport.cs
- AtomParser.cs
- UiaCoreApi.cs
- DataGridRowHeader.cs
- SkinBuilder.cs
- UserControlCodeDomTreeGenerator.cs
- TypographyProperties.cs
- RawStylusActions.cs
- CacheAxisQuery.cs
- RecordsAffectedEventArgs.cs
- HiddenFieldDesigner.cs
- EnumValAlphaComparer.cs
- ClientRuntimeConfig.cs
- AutomationPropertyInfo.cs
- SecurityTokenValidationException.cs
- Number.cs
- LifetimeServices.cs
- BindingCompleteEventArgs.cs
- DetailsViewRowCollection.cs
- MetadataArtifactLoaderCompositeResource.cs
- HostingEnvironment.cs
- ComplexPropertyEntry.cs
- WebSysDescriptionAttribute.cs
- DataKeyPropertyAttribute.cs
- MultiBindingExpression.cs
- OperationInfo.cs
- DeleteWorkflowOwnerCommand.cs
- PixelFormat.cs
- NavigationFailedEventArgs.cs
- ListItemParagraph.cs
- VectorCollectionConverter.cs
- TimeSpanValidator.cs
- HuffmanTree.cs
- XmlSchemaAttribute.cs
- InkCanvas.cs
- StyleCollection.cs
- BitmapEffectOutputConnector.cs
- EnglishPluralizationService.cs
- TemplateControlParser.cs
- SynthesizerStateChangedEventArgs.cs
- ContainerSelectorGlyph.cs
- XmlMtomWriter.cs
- SmtpException.cs
- RelatedCurrencyManager.cs
- ProtocolElementCollection.cs
- followingquery.cs
- MarkupCompilePass1.cs
- WindowsSspiNegotiation.cs
- RedBlackList.cs
- DeclarativeExpressionConditionDeclaration.cs
- BindingRestrictions.cs
- XamlPathDataSerializer.cs
- ThreadStateException.cs
- ProfileGroupSettingsCollection.cs
- Int16Animation.cs
- NavigationPropertyEmitter.cs
- DataServiceCollectionOfT.cs
- TextRenderer.cs
- TypeSystemProvider.cs
- CodeValidator.cs