Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / PolyLineSegment.cs / 1 / PolyLineSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyLineSegment.cs //----------------------------------------------------------------------------- using System; using MS.Internal; using MS.Internal.PresentationCore; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Collections; using System.Text; using System.Globalization; using System.Windows.Media; using System.Windows; using System.Text.RegularExpressions; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Diagnostics; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { ////// PolyLineSegment /// public sealed partial class PolyLineSegment : PathSegment { ////// Creates a string representation of this object based on the format string /// and IFormatProvider passed in. /// If the provider is null, the CurrentCulture is used. /// See the documentation for IFormattable for more information. /// ////// A string representation of this object. /// internal override string ConvertToString(string format, IFormatProvider provider) { return "L" + Points.ConvertToString(format, provider); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyLineSegment.cs //----------------------------------------------------------------------------- using System; using MS.Internal; using MS.Internal.PresentationCore; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Collections; using System.Text; using System.Globalization; using System.Windows.Media; using System.Windows; using System.Text.RegularExpressions; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Diagnostics; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { ////// PolyLineSegment /// public sealed partial class PolyLineSegment : PathSegment { ////// Creates a string representation of this object based on the format string /// and IFormatProvider passed in. /// If the provider is null, the CurrentCulture is used. /// See the documentation for IFormattable for more information. /// ////// A string representation of this object. /// internal override string ConvertToString(string format, IFormatProvider provider) { return "L" + Points.ConvertToString(format, provider); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GridErrorDlg.cs
- FormViewUpdatedEventArgs.cs
- AssemblyResourceLoader.cs
- HttpProfileBase.cs
- OracleBFile.cs
- loginstatus.cs
- XmlProcessingInstruction.cs
- Debug.cs
- CharacterShapingProperties.cs
- ValidationHelper.cs
- TemplateBindingExpression.cs
- ResourceDictionaryCollection.cs
- DeploymentSectionCache.cs
- CompositeFontParser.cs
- VisualBrush.cs
- ColumnHeaderConverter.cs
- Comparer.cs
- QueryableDataSourceEditData.cs
- IncrementalCompileAnalyzer.cs
- Enlistment.cs
- ItemChangedEventArgs.cs
- ContextProperty.cs
- X509CertificateRecipientClientCredential.cs
- __FastResourceComparer.cs
- ReadOnlyHierarchicalDataSourceView.cs
- StoreItemCollection.cs
- SqlInternalConnectionTds.cs
- Int32Rect.cs
- HierarchicalDataTemplate.cs
- ListViewHitTestInfo.cs
- DateRangeEvent.cs
- OleDbDataReader.cs
- FontResourceCache.cs
- TypedDataSetSchemaImporterExtension.cs
- XmlSchemaDocumentation.cs
- DbConvert.cs
- EdmComplexTypeAttribute.cs
- SkipStoryboardToFill.cs
- MasterPage.cs
- RelatedCurrencyManager.cs
- IDQuery.cs
- ResponseStream.cs
- PropertyChangeTracker.cs
- PrintDialogException.cs
- ScrollBar.cs
- XmlTextReaderImpl.cs
- SelectionBorderGlyph.cs
- PointAnimation.cs
- IntPtr.cs
- ProviderConnectionPointCollection.cs
- CharacterHit.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- SQLDecimalStorage.cs
- SizeAnimationUsingKeyFrames.cs
- ComContractElement.cs
- ImageSourceValueSerializer.cs
- RegexTree.cs
- ConstructorExpr.cs
- WmlValidatorAdapter.cs
- PropertyInformationCollection.cs
- ConnectionManagementSection.cs
- XmlSerializerSection.cs
- entityreference_tresulttype.cs
- DataControlPagerLinkButton.cs
- StrongTypingException.cs
- DrawListViewSubItemEventArgs.cs
- SynchronizedReadOnlyCollection.cs
- RenderData.cs
- MenuBase.cs
- PenThreadWorker.cs
- OleDbTransaction.cs
- MatrixUtil.cs
- DataSourceCache.cs
- Mapping.cs
- ErrorRuntimeConfig.cs
- WebPartCancelEventArgs.cs
- ApplicationGesture.cs
- ConnectionsZone.cs
- SynchronizationContext.cs
- SystemInformation.cs
- CurrentChangedEventManager.cs
- GifBitmapDecoder.cs
- DesignerValidationSummaryAdapter.cs
- XmlSiteMapProvider.cs
- MethodBuilderInstantiation.cs
- JsonFormatWriterGenerator.cs
- shaperfactoryquerycachekey.cs
- _ConnectOverlappedAsyncResult.cs
- URL.cs
- StringArrayConverter.cs
- DocumentReference.cs
- ListViewAutomationPeer.cs
- ConstraintEnumerator.cs
- SqlIdentifier.cs
- CommonObjectSecurity.cs
- Workspace.cs
- DeobfuscatingStream.cs
- DrawingDrawingContext.cs
- XslAstAnalyzer.cs
- DataSvcMapFileSerializer.cs