Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ConfigXmlReader.cs
- ConfigurationCollectionAttribute.cs
- Enlistment.cs
- XmlSchemaProviderAttribute.cs
- AttributeEmitter.cs
- oledbconnectionstring.cs
- Message.cs
- Int64AnimationUsingKeyFrames.cs
- ChineseLunisolarCalendar.cs
- DATA_BLOB.cs
- TransformedBitmap.cs
- ConstructorExpr.cs
- BindToObject.cs
- SafeNativeMemoryHandle.cs
- DetailsView.cs
- messageonlyhwndwrapper.cs
- WebProxyScriptElement.cs
- InstanceKeyNotReadyException.cs
- linebase.cs
- AndCondition.cs
- AttributeQuery.cs
- WindowsListViewItemCheckBox.cs
- ToolBarOverflowPanel.cs
- SystemIPv4InterfaceProperties.cs
- KeyedHashAlgorithm.cs
- MediaCommands.cs
- ImageAttributes.cs
- DataGridViewRowCancelEventArgs.cs
- SecurityHelper.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- ErrorStyle.cs
- MobileCapabilities.cs
- Assert.cs
- RankException.cs
- DesignerEventService.cs
- BindingWorker.cs
- ProtocolsInstallComponent.cs
- CompoundFileStreamReference.cs
- RunClient.cs
- NetworkInformationPermission.cs
- DynamicMethod.cs
- CommandField.cs
- EntityRecordInfo.cs
- TriggerCollection.cs
- DoubleStorage.cs
- ToolboxDataAttribute.cs
- PaperSize.cs
- BitHelper.cs
- ParseHttpDate.cs
- SortExpressionBuilder.cs
- XmlObjectSerializerWriteContext.cs
- UpdateTracker.cs
- PlatformNotSupportedException.cs
- DynamicUpdateCommand.cs
- pingexception.cs
- OleDbStruct.cs
- ListControlDesigner.cs
- VariableQuery.cs
- MouseOverProperty.cs
- XPathParser.cs
- PeerCollaborationPermission.cs
- EnumValidator.cs
- AlternateView.cs
- DataGridViewTopLeftHeaderCell.cs
- GroupByQueryOperator.cs
- MiniAssembly.cs
- CategoryAttribute.cs
- COM2ExtendedUITypeEditor.cs
- TextTreeRootNode.cs
- SQLInt32.cs
- PackWebResponse.cs
- XmlAutoDetectWriter.cs
- Viewport3DAutomationPeer.cs
- ToolStripPanelCell.cs
- XmlRawWriterWrapper.cs
- ComponentChangedEvent.cs
- DataIdProcessor.cs
- Module.cs
- LogRestartAreaEnumerator.cs
- CodePropertyReferenceExpression.cs
- DbProviderFactory.cs
- SchemaImporterExtension.cs
- ExpressionEvaluator.cs
- StaticSiteMapProvider.cs
- HttpConfigurationSystem.cs
- PanelDesigner.cs
- InputDevice.cs
- RegexCode.cs
- ColumnMapTranslator.cs
- DataServiceRequest.cs
- GPRECT.cs
- SmtpDigestAuthenticationModule.cs
- TemplateBindingExpression.cs
- Assert.cs
- SimpleFileLog.cs
- EndpointDispatcherTable.cs
- XmlBinaryReader.cs
- BevelBitmapEffect.cs
- AxDesigner.cs
- ScrollItemPattern.cs