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
- SimpleFieldTemplateUserControl.cs
- CrossSiteScriptingValidation.cs
- WebSysDisplayNameAttribute.cs
- Tuple.cs
- User.cs
- PasswordTextContainer.cs
- Object.cs
- ContractMapping.cs
- UserNameSecurityTokenAuthenticator.cs
- PresentationAppDomainManager.cs
- CngAlgorithmGroup.cs
- XamlParser.cs
- TimeManager.cs
- WasHttpHandlersInstallComponent.cs
- WindowsListViewItem.cs
- Type.cs
- RectangleConverter.cs
- WindowsIdentity.cs
- DesignerAttribute.cs
- MailAddress.cs
- AudienceUriMode.cs
- mactripleDES.cs
- XmlDownloadManager.cs
- RuntimeConfigurationRecord.cs
- PropertyStore.cs
- DrawListViewColumnHeaderEventArgs.cs
- HttpCachePolicy.cs
- ClientSettings.cs
- BrowserCapabilitiesCompiler.cs
- ParentQuery.cs
- TextRange.cs
- BodyGlyph.cs
- ErrorInfoXmlDocument.cs
- SHA384CryptoServiceProvider.cs
- BuildManagerHost.cs
- CodeArrayCreateExpression.cs
- BuildProvider.cs
- XmlEntity.cs
- SqlProfileProvider.cs
- SafeNativeMethods.cs
- DnsPermission.cs
- SqlAliaser.cs
- SimpleRecyclingCache.cs
- Baml2006ReaderFrame.cs
- XmlSchemaNotation.cs
- XhtmlBasicSelectionListAdapter.cs
- SubMenuStyle.cs
- PolicyLevel.cs
- CodePageUtils.cs
- XamlPoint3DCollectionSerializer.cs
- UrlMappingsSection.cs
- RijndaelManagedTransform.cs
- ExpressionNode.cs
- TreeBuilderBamlTranslator.cs
- DocumentPageHost.cs
- HttpApplicationFactory.cs
- LingerOption.cs
- CompensatableSequenceActivity.cs
- UrlUtility.cs
- TableSectionStyle.cs
- ZipIOExtraFieldElement.cs
- Dynamic.cs
- ImageAttributes.cs
- ExceptionNotification.cs
- WindowPattern.cs
- MILUtilities.cs
- XmlLinkedNode.cs
- SortedDictionary.cs
- TimelineClockCollection.cs
- ConfigUtil.cs
- Range.cs
- CqlIdentifiers.cs
- SQLInt64Storage.cs
- LicenseContext.cs
- DataTableClearEvent.cs
- BinaryWriter.cs
- Stack.cs
- MachineSettingsSection.cs
- EpmTargetPathSegment.cs
- WindowsListViewItem.cs
- TextMarkerSource.cs
- ServerIdentity.cs
- WebReferencesBuildProvider.cs
- PeerCollaboration.cs
- HandleRef.cs
- ListViewItemCollectionEditor.cs
- ThicknessConverter.cs
- DateTimeConverter2.cs
- ApplicationGesture.cs
- DataSourceNameHandler.cs
- LocalizedNameDescriptionPair.cs
- SByte.cs
- ImageListUtils.cs
- ConstructorNeedsTagAttribute.cs
- SqlCrossApplyToCrossJoin.cs
- SafeProcessHandle.cs
- DataColumn.cs
- PrivateFontCollection.cs
- DataTableMappingCollection.cs
- SingleSelectRootGridEntry.cs