Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / PolyLineSegment.cs / 1305600 / 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 (Points != null) ? "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
- ScriptReferenceBase.cs
- GB18030Encoding.cs
- ColorAnimationBase.cs
- TextDocumentView.cs
- RelatedCurrencyManager.cs
- DataListItem.cs
- ThemeDictionaryExtension.cs
- GetPageCompletedEventArgs.cs
- StylusShape.cs
- TraceUtils.cs
- IDReferencePropertyAttribute.cs
- MonthCalendarDesigner.cs
- ListenerSessionConnectionReader.cs
- AccessDataSourceView.cs
- prefixendpointaddressmessagefiltertable.cs
- PrintPreviewGraphics.cs
- MasterPageBuildProvider.cs
- SourceFilter.cs
- NotificationContext.cs
- ResourceExpressionBuilder.cs
- RuleSettings.cs
- TypeDescriptor.cs
- SettingsSection.cs
- DisplayNameAttribute.cs
- RequestCachePolicy.cs
- TypeConverterAttribute.cs
- XmlSchemaGroupRef.cs
- Converter.cs
- SubstitutionList.cs
- AssemblyAttributes.cs
- Tuple.cs
- EditorZone.cs
- ObjRef.cs
- LeafCellTreeNode.cs
- SolidBrush.cs
- httpstaticobjectscollection.cs
- EditorAttribute.cs
- NavigationPropertyEmitter.cs
- UserPreferenceChangingEventArgs.cs
- BasicHttpBindingElement.cs
- XmlCharacterData.cs
- TrailingSpaceComparer.cs
- IPAddress.cs
- RNGCryptoServiceProvider.cs
- PathGradientBrush.cs
- SingleObjectCollection.cs
- Opcode.cs
- ParameterToken.cs
- MatrixTransform.cs
- dataobject.cs
- glyphs.cs
- TextBoxAutomationPeer.cs
- XmlDocumentFragment.cs
- WebPartVerbsEventArgs.cs
- OrderByBuilder.cs
- SoapReflector.cs
- ECDiffieHellmanCngPublicKey.cs
- FileUtil.cs
- ValidatorUtils.cs
- xmlsaver.cs
- InternalDuplexChannelFactory.cs
- TypeContext.cs
- MaskedTextBox.cs
- CounterSet.cs
- QueryCacheKey.cs
- OutputWindow.cs
- PrivateFontCollection.cs
- PropertyConverter.cs
- TrailingSpaceComparer.cs
- SingleObjectCollection.cs
- SelectedDatesCollection.cs
- ClientConfigPaths.cs
- CodeAssignStatement.cs
- UrlMappingCollection.cs
- SessionStateContainer.cs
- StructuredCompositeActivityDesigner.cs
- UIElement.cs
- ShapingWorkspace.cs
- TextServicesHost.cs
- ArrangedElementCollection.cs
- ClientFormsIdentity.cs
- ConnectionManagementSection.cs
- ReceiveDesigner.xaml.cs
- AsymmetricSignatureDeformatter.cs
- AutoResizedEvent.cs
- DataColumn.cs
- ComMethodElementCollection.cs
- RegistrySecurity.cs
- DataTablePropertyDescriptor.cs
- CapabilitiesSection.cs
- RelatedPropertyManager.cs
- XamlToRtfParser.cs
- CapabilitiesUse.cs
- CurrencyManager.cs
- InfoCardSymmetricAlgorithm.cs
- EntitySetBaseCollection.cs
- JournalEntry.cs
- PlatformCulture.cs
- HtmlToClrEventProxy.cs
- SwitchLevelAttribute.cs