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
- WebPartEditVerb.cs
- ResizeGrip.cs
- Configuration.cs
- EntityTypeBase.cs
- RegexParser.cs
- MobileContainerDesigner.cs
- AudioFileOut.cs
- InvokeMethodActivity.cs
- DataViewSetting.cs
- XmlParserContext.cs
- ComEventsInfo.cs
- ObjectIDGenerator.cs
- ReversePositionQuery.cs
- D3DImage.cs
- XmlValidatingReaderImpl.cs
- ScrollViewer.cs
- CheckableControlBaseAdapter.cs
- XmlSchemaInclude.cs
- CodeEventReferenceExpression.cs
- AuthenticationModuleElement.cs
- GridPatternIdentifiers.cs
- EncryptedType.cs
- ScrollViewer.cs
- ReadOnlyDataSource.cs
- TcpDuplicateContext.cs
- SerTrace.cs
- DPCustomTypeDescriptor.cs
- AttachedPropertyBrowsableAttribute.cs
- ExpressionDumper.cs
- CursorConverter.cs
- NumberFormatter.cs
- FormDocumentDesigner.cs
- RadioButtonStandardAdapter.cs
- SafeArrayTypeMismatchException.cs
- AutomationPeer.cs
- InputScope.cs
- MissingMemberException.cs
- HitTestWithGeometryDrawingContextWalker.cs
- DispatchChannelSink.cs
- DelegateSerializationHolder.cs
- ClientEventManager.cs
- StrokeNodeOperations.cs
- ProviderUtil.cs
- StackBuilderSink.cs
- ModelUIElement3D.cs
- ObjectKeyFrameCollection.cs
- SafeProcessHandle.cs
- CounterCreationDataCollection.cs
- UrlPath.cs
- MessageSecurityProtocolFactory.cs
- DmlSqlGenerator.cs
- CloseSequenceResponse.cs
- Parser.cs
- XPathMessageContext.cs
- EastAsianLunisolarCalendar.cs
- ResolveNameEventArgs.cs
- KeyPullup.cs
- DBPropSet.cs
- DBProviderConfigurationHandler.cs
- PeerReferralPolicy.cs
- DependencyPropertyDescriptor.cs
- ObjectList.cs
- DbMetaDataCollectionNames.cs
- DelegateTypeInfo.cs
- RegexParser.cs
- ProcessRequestArgs.cs
- DataSourceControl.cs
- ScrollPattern.cs
- TabPanel.cs
- DispatchWrapper.cs
- IisTraceWebEventProvider.cs
- SafeEventLogWriteHandle.cs
- DiagnosticsConfigurationHandler.cs
- XmlAggregates.cs
- DrawingContextWalker.cs
- SpecialNameAttribute.cs
- InvalidPipelineStoreException.cs
- ResourceDescriptionAttribute.cs
- SourceInterpreter.cs
- MatrixAnimationUsingPath.cs
- DataControlFieldCell.cs
- NavigationWindow.cs
- BindingMAnagerBase.cs
- SHA256.cs
- DeviceContext2.cs
- DrawToolTipEventArgs.cs
- ViewPort3D.cs
- TypedElement.cs
- X509ThumbprintKeyIdentifierClause.cs
- WebResponse.cs
- HtmlUtf8RawTextWriter.cs
- DataTableExtensions.cs
- PolicyManager.cs
- SizeChangedInfo.cs
- DeviceContext.cs
- ErrorHandler.cs
- DefaultCompensation.cs
- PrivateFontCollection.cs
- TraceInternal.cs
- ActiveXHelper.cs