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
- ParserStreamGeometryContext.cs
- PixelFormat.cs
- AsymmetricSecurityBindingElement.cs
- ConnectionManagementSection.cs
- SqlOuterApplyReducer.cs
- EntryIndex.cs
- NotEqual.cs
- FileDataSourceCache.cs
- HtmlInputReset.cs
- EmptyQuery.cs
- CancelRequestedRecord.cs
- XPathPatternParser.cs
- MarginCollapsingState.cs
- MessageQueueInstaller.cs
- DataQuery.cs
- ObservableCollection.cs
- AttributeQuery.cs
- SQLDoubleStorage.cs
- DataGridAddNewRow.cs
- ActivityExecutorSurrogate.cs
- TypeContext.cs
- SHA512Managed.cs
- ObjectConverter.cs
- VirtualizingPanel.cs
- Vars.cs
- DatePickerDateValidationErrorEventArgs.cs
- WeakHashtable.cs
- IDReferencePropertyAttribute.cs
- ApplicationId.cs
- RelationshipManager.cs
- EventItfInfo.cs
- StringFunctions.cs
- NetworkInformationPermission.cs
- BatchStream.cs
- PlanCompilerUtil.cs
- WebAdminConfigurationHelper.cs
- Model3DGroup.cs
- TextTreeRootTextBlock.cs
- SystemSounds.cs
- ValueSerializer.cs
- LateBoundBitmapDecoder.cs
- DataGridView.cs
- ValueOfAction.cs
- UserMapPath.cs
- GuidConverter.cs
- ObjectListCommand.cs
- OleDbParameter.cs
- SpeechDetectedEventArgs.cs
- MetadataArtifactLoaderComposite.cs
- CommonObjectSecurity.cs
- SoapFault.cs
- SerializationSectionGroup.cs
- AutoCompleteStringCollection.cs
- FontSourceCollection.cs
- StylusPlugInCollection.cs
- VectorAnimationUsingKeyFrames.cs
- BindingList.cs
- ErrorTableItemStyle.cs
- ConfigurationValidatorAttribute.cs
- XsltLibrary.cs
- recordstatefactory.cs
- FlowchartDesigner.xaml.cs
- Single.cs
- LayoutEditorPart.cs
- TailPinnedEventArgs.cs
- ExternalDataExchangeService.cs
- DCSafeHandle.cs
- DataRecordObjectView.cs
- GlobalDataBindingHandler.cs
- ListCollectionView.cs
- XPathPatternBuilder.cs
- Delegate.cs
- ErrorRuntimeConfig.cs
- GeneralTransform.cs
- DoubleLinkListEnumerator.cs
- RefreshPropertiesAttribute.cs
- OdbcInfoMessageEvent.cs
- coordinatorfactory.cs
- ObsoleteAttribute.cs
- TextShapeableCharacters.cs
- DataSourceNameHandler.cs
- OracleInternalConnection.cs
- Base64WriteStateInfo.cs
- ExpressionEditorAttribute.cs
- EventWaitHandle.cs
- ButtonChrome.cs
- contentDescriptor.cs
- TimeSpanSecondsConverter.cs
- Base64WriteStateInfo.cs
- SqlTransaction.cs
- RightsManagementEncryptedStream.cs
- uribuilder.cs
- MultiSelectRootGridEntry.cs
- BrowserCapabilitiesCompiler.cs
- mediapermission.cs
- DnsPermission.cs
- TransformedBitmap.cs
- IsolationInterop.cs
- DataGridViewColumnCollectionEditor.cs
- DerivedKeyCachingSecurityTokenSerializer.cs