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
- AliasGenerator.cs
- WorkflowMarkupSerializationProvider.cs
- InternalPolicyElement.cs
- KnownBoxes.cs
- HwndAppCommandInputProvider.cs
- NetworkInterface.cs
- MasterPageParser.cs
- DataColumnMappingCollection.cs
- WebServiceHost.cs
- ListBindingHelper.cs
- FixedSOMImage.cs
- RouteItem.cs
- ToolBarButtonDesigner.cs
- FindResponse.cs
- EllipseGeometry.cs
- SymLanguageType.cs
- GridLengthConverter.cs
- DispatcherProcessingDisabled.cs
- WindowsEditBoxRange.cs
- Root.cs
- __FastResourceComparer.cs
- XmlSchemaSubstitutionGroup.cs
- ObjectItemAssemblyLoader.cs
- Light.cs
- SecurityTokenProvider.cs
- IsolatedStorage.cs
- NetTcpBindingCollectionElement.cs
- DbFunctionCommandTree.cs
- NetworkStream.cs
- MatcherBuilder.cs
- WebPartMinimizeVerb.cs
- SqlConnection.cs
- CompositionAdorner.cs
- ClientRoleProvider.cs
- SuppressIldasmAttribute.cs
- ItemDragEvent.cs
- QueryRewriter.cs
- ParallelTimeline.cs
- BypassElementCollection.cs
- DiscardableAttribute.cs
- ValueTypeFixupInfo.cs
- WebServiceClientProxyGenerator.cs
- InvalidAsynchronousStateException.cs
- KnowledgeBase.cs
- UserPersonalizationStateInfo.cs
- httpapplicationstate.cs
- DocumentationServerProtocol.cs
- MarkupExtensionParser.cs
- PolyLineSegment.cs
- WindowsUpDown.cs
- Simplifier.cs
- AnyReturnReader.cs
- GPRECT.cs
- DESCryptoServiceProvider.cs
- AnnotationHighlightLayer.cs
- OleDbSchemaGuid.cs
- XmlILStorageConverter.cs
- ParameterElement.cs
- AutomationIdentifier.cs
- XmlDocumentViewSchema.cs
- SmiRequestExecutor.cs
- DataSourceCacheDurationConverter.cs
- ProtocolElement.cs
- ExpressionParser.cs
- CoreSwitches.cs
- GestureRecognizer.cs
- Compiler.cs
- DataTableMapping.cs
- AssociationEndMember.cs
- OnOperation.cs
- ObjectStateManagerMetadata.cs
- MimeMultiPart.cs
- ColorBuilder.cs
- GPPOINTF.cs
- NavigationWindow.cs
- PointLight.cs
- DataGridViewAccessibleObject.cs
- DataSource.cs
- EventProxy.cs
- DataGridColumnCollection.cs
- ClientSponsor.cs
- WebPartMinimizeVerb.cs
- PrinterResolution.cs
- ManagementQuery.cs
- Resources.Designer.cs
- DataGridViewMethods.cs
- PolicyImporterElementCollection.cs
- SerializationSectionGroup.cs
- LocalizabilityAttribute.cs
- EmptyQuery.cs
- CompoundFileReference.cs
- CreateUserWizardStep.cs
- HttpRuntimeSection.cs
- SerTrace.cs
- Pair.cs
- MexBindingElement.cs
- DbConnectionPoolIdentity.cs
- WebBrowserBase.cs
- ManagementBaseObject.cs
- HwndMouseInputProvider.cs