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
- IntegerValidatorAttribute.cs
- WebBrowserPermission.cs
- OracleTimeSpan.cs
- WebConfigurationFileMap.cs
- HttpApplicationFactory.cs
- TimelineClockCollection.cs
- TargetConverter.cs
- BindingOperations.cs
- WebBrowserNavigatedEventHandler.cs
- TextEffectCollection.cs
- SequentialOutput.cs
- OdbcCommandBuilder.cs
- ContractMapping.cs
- StreamReader.cs
- WebPartMenu.cs
- Unit.cs
- SmtpMail.cs
- XhtmlBasicCommandAdapter.cs
- Matrix.cs
- GridViewEditEventArgs.cs
- SemanticTag.cs
- TableCellsCollectionEditor.cs
- CompilationSection.cs
- IconConverter.cs
- InputManager.cs
- SoapCodeExporter.cs
- _LazyAsyncResult.cs
- WebEvents.cs
- XPathNodeList.cs
- FunctionMappingTranslator.cs
- SoapEnumAttribute.cs
- CommandID.cs
- TypedTableBaseExtensions.cs
- ScalarOps.cs
- UserMapPath.cs
- CalendarDateRangeChangingEventArgs.cs
- baseshape.cs
- ScalarConstant.cs
- PermissionRequestEvidence.cs
- PeerObject.cs
- GraphicsState.cs
- TextStore.cs
- ClientBuildManagerCallback.cs
- Font.cs
- ToolStripDropTargetManager.cs
- DemultiplexingDispatchMessageFormatter.cs
- CultureInfo.cs
- cookiecollection.cs
- QualifiedCellIdBoolean.cs
- embossbitmapeffect.cs
- TextBreakpoint.cs
- NameValuePair.cs
- QilParameter.cs
- Timer.cs
- TagPrefixInfo.cs
- TemplateContainer.cs
- peersecurityelement.cs
- AssemblyCache.cs
- Int32CollectionConverter.cs
- PasswordValidationException.cs
- Exceptions.cs
- WorkerRequest.cs
- SettingsSavedEventArgs.cs
- ObjectParameterCollection.cs
- SingleObjectCollection.cs
- ProjectionCamera.cs
- PaintEvent.cs
- SafeHandle.cs
- SchemaMerger.cs
- HtmlElementEventArgs.cs
- VirtualizingStackPanel.cs
- PointHitTestParameters.cs
- ToolboxItemFilterAttribute.cs
- EditorAttribute.cs
- HijriCalendar.cs
- HtmlTable.cs
- ToolStripContentPanel.cs
- DynamicResourceExtension.cs
- EdmConstants.cs
- FontWeights.cs
- DataGridViewColumnHeaderCell.cs
- XmlSerializerSection.cs
- returneventsaver.cs
- StringConverter.cs
- StorageEntityContainerMapping.cs
- WebPart.cs
- EnumBuilder.cs
- GroupBox.cs
- XmlQueryRuntime.cs
- HistoryEventArgs.cs
- MouseBinding.cs
- AttributeCollection.cs
- PropertyGeneratedEventArgs.cs
- BinaryReader.cs
- DelegatingTypeDescriptionProvider.cs
- _OverlappedAsyncResult.cs
- LocationSectionRecord.cs
- _RequestCacheProtocol.cs
- PeerNeighborManager.cs
- URLMembershipCondition.cs