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
- ObjRef.cs
- SafeUserTokenHandle.cs
- MessageDecoder.cs
- Size.cs
- MultiPartWriter.cs
- MenuItemBinding.cs
- WizardForm.cs
- DocumentSequenceHighlightLayer.cs
- EdmError.cs
- Visual3D.cs
- SafeLocalAllocation.cs
- InputMethodStateChangeEventArgs.cs
- WSTransactionSection.cs
- RSAPKCS1SignatureFormatter.cs
- ControlEvent.cs
- RadioButton.cs
- HtmlInputFile.cs
- TransformCryptoHandle.cs
- FlowDocumentScrollViewer.cs
- ToolStrip.cs
- SQLCharsStorage.cs
- MenuItem.cs
- OracleTransaction.cs
- FreeFormDragDropManager.cs
- TdsParserStaticMethods.cs
- HttpCookie.cs
- DefaultObjectSerializer.cs
- UInt32Storage.cs
- SkewTransform.cs
- OrderByQueryOptionExpression.cs
- SoapCodeExporter.cs
- DataGridLinkButton.cs
- ImpersonationContext.cs
- ConfigurationLocationCollection.cs
- Rect.cs
- DynamicMethod.cs
- SmtpSection.cs
- DependsOnAttribute.cs
- UserCancellationException.cs
- DelegateBodyWriter.cs
- BitmapEffectDrawing.cs
- BaseCollection.cs
- ChameleonKey.cs
- _TimerThread.cs
- DeriveBytes.cs
- HttpRequestCacheValidator.cs
- RectAnimationUsingKeyFrames.cs
- InputBindingCollection.cs
- WorkflowNamespace.cs
- SkipQueryOptionExpression.cs
- ByteStack.cs
- XmlSchemaImport.cs
- DateBoldEvent.cs
- SafeCryptoHandles.cs
- WinHttpWebProxyFinder.cs
- Object.cs
- EventProviderClassic.cs
- DataGridAutomationPeer.cs
- DllNotFoundException.cs
- UnsafeNativeMethods.cs
- PrintPreviewDialog.cs
- RectangleHotSpot.cs
- ChtmlTextWriter.cs
- SiteMapDataSourceView.cs
- FontFamilyIdentifier.cs
- DataRowChangeEvent.cs
- WindowsClientElement.cs
- OdbcInfoMessageEvent.cs
- DataFormats.cs
- ImmutableAssemblyCacheEntry.cs
- PolyQuadraticBezierSegment.cs
- GridViewCommandEventArgs.cs
- TypeToArgumentTypeConverter.cs
- ClusterUtils.cs
- GorillaCodec.cs
- RecognitionResult.cs
- TypeToken.cs
- HtmlValidatorAdapter.cs
- PenThreadWorker.cs
- BindingMAnagerBase.cs
- FragmentNavigationEventArgs.cs
- KnownIds.cs
- HttpWrapper.cs
- MemberExpression.cs
- LoginName.cs
- ButtonFieldBase.cs
- HealthMonitoringSection.cs
- CompensationParticipant.cs
- AlternateViewCollection.cs
- WmlFormAdapter.cs
- WebRequestModuleElement.cs
- ApplicationContext.cs
- AnimationStorage.cs
- SelectionChangedEventArgs.cs
- SafeWaitHandle.cs
- ErrorStyle.cs
- ButtonPopupAdapter.cs
- XPathSelectionIterator.cs
- VariableBinder.cs
- Types.cs