Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- VoiceObjectToken.cs
- PersonalizationStateInfo.cs
- RtfControls.cs
- HeaderUtility.cs
- UserControlCodeDomTreeGenerator.cs
- JsonReaderDelegator.cs
- WebChannelFactory.cs
- ScaleTransform.cs
- DropDownList.cs
- Int64Animation.cs
- PrtCap_Reader.cs
- AssemblyBuilder.cs
- DesignerToolStripControlHost.cs
- TextLine.cs
- SafeFileMappingHandle.cs
- DashStyle.cs
- SrgsSubset.cs
- UserControl.cs
- ListItemCollection.cs
- TdsParserStateObject.cs
- MultiView.cs
- EmissiveMaterial.cs
- QueryOptionExpression.cs
- TypedTableBase.cs
- WindowsAuthenticationEventArgs.cs
- GridViewColumnCollectionChangedEventArgs.cs
- WebDisplayNameAttribute.cs
- EllipticalNodeOperations.cs
- mactripleDES.cs
- CaseExpr.cs
- TargetInvocationException.cs
- Point3DAnimation.cs
- SqlCommand.cs
- XmlTextReaderImpl.cs
- SafeLibraryHandle.cs
- DataGridViewIntLinkedList.cs
- SoapProtocolReflector.cs
- CryptoConfig.cs
- ZoneMembershipCondition.cs
- ByteConverter.cs
- altserialization.cs
- ConnectionManagementSection.cs
- XmlSchemaAnnotated.cs
- PenLineCapValidation.cs
- ConstructorNeedsTagAttribute.cs
- ListViewItem.cs
- EnumerableWrapperWeakToStrong.cs
- SyndicationFeedFormatter.cs
- TrackBarRenderer.cs
- MonthCalendar.cs
- CompilationUtil.cs
- AttributeInfo.cs
- NonSerializedAttribute.cs
- WindowsNonControl.cs
- ProcessDesigner.cs
- ListenUriMode.cs
- PseudoWebRequest.cs
- DesignerActionHeaderItem.cs
- ManagementObject.cs
- DataExpression.cs
- PropertyDescriptor.cs
- InteropBitmapSource.cs
- ReadWriteSpinLock.cs
- nulltextcontainer.cs
- FindCompletedEventArgs.cs
- WebPartConnectionsCancelVerb.cs
- HtmlHead.cs
- UpdateRecord.cs
- BaseCollection.cs
- ConfigurationStrings.cs
- AccessDataSourceWizardForm.cs
- ObjectIDGenerator.cs
- ExtendedPropertyInfo.cs
- Page.cs
- RequestCacheManager.cs
- HttpEncoder.cs
- ValueExpressions.cs
- DecimalKeyFrameCollection.cs
- RotateTransform3D.cs
- ZipFileInfo.cs
- DesignerAdapterAttribute.cs
- TableItemStyle.cs
- glyphs.cs
- Closure.cs
- PolyLineSegment.cs
- WindowsHyperlink.cs
- StorageAssociationSetMapping.cs
- ExecutedRoutedEventArgs.cs
- ScrollViewer.cs
- NonNullItemCollection.cs
- InputMethodStateTypeInfo.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- PersonalizationState.cs
- BuildProviderCollection.cs
- WebPartCancelEventArgs.cs
- WindowInteractionStateTracker.cs
- DetailsViewUpdateEventArgs.cs
- TCPClient.cs
- HttpWebRequest.cs
- TextRangeBase.cs