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
- XmlElement.cs
- SpeakInfo.cs
- FlowDocument.cs
- WebPartActionVerb.cs
- EncryptedData.cs
- SRGSCompiler.cs
- DesignerEditorPartChrome.cs
- ToolStripPanel.cs
- DetailsViewRow.cs
- ImageIndexConverter.cs
- HttpValueCollection.cs
- XamlFigureLengthSerializer.cs
- ConfigXmlText.cs
- Attribute.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- LineServicesRun.cs
- BaseTemplateParser.cs
- MenuDesigner.cs
- TileBrush.cs
- MobileControlDesigner.cs
- MtomMessageEncodingBindingElement.cs
- PeerReferralPolicy.cs
- ImageMetadata.cs
- TypefaceMap.cs
- EntityDataSourceView.cs
- FormViewInsertedEventArgs.cs
- httpapplicationstate.cs
- DataTablePropertyDescriptor.cs
- GraphicsContext.cs
- StorageAssociationSetMapping.cs
- WebServiceTypeData.cs
- XsltException.cs
- BinaryObjectReader.cs
- SimpleFieldTemplateFactory.cs
- ZipFileInfoCollection.cs
- WebDescriptionAttribute.cs
- OrderPreservingPipeliningSpoolingTask.cs
- RequestTimeoutManager.cs
- hresults.cs
- InvalidProgramException.cs
- LicFileLicenseProvider.cs
- SingletonChannelAcceptor.cs
- PointCollectionConverter.cs
- SerTrace.cs
- SqlReferenceCollection.cs
- Symbol.cs
- WebConfigurationHost.cs
- ProfileService.cs
- BindingContext.cs
- UserInitiatedNavigationPermission.cs
- IsolatedStorageFile.cs
- HttpDebugHandler.cs
- InfoCardXmlSerializer.cs
- EncoderNLS.cs
- MultiByteCodec.cs
- DeviceFilterDictionary.cs
- WorkflowViewManager.cs
- SHA1Cng.cs
- ApplicationFileCodeDomTreeGenerator.cs
- OptimizedTemplateContentHelper.cs
- DelegatingChannelListener.cs
- Executor.cs
- HttpCookie.cs
- TimeSpanStorage.cs
- MappingItemCollection.cs
- TreeViewImageIndexConverter.cs
- HttpCachePolicy.cs
- EntityKey.cs
- DataViewSettingCollection.cs
- TableLayout.cs
- FilterableAttribute.cs
- DataSourceCacheDurationConverter.cs
- BuildProvider.cs
- PageRanges.cs
- BaseProcessProtocolHandler.cs
- WebPartEditVerb.cs
- UrlParameterReader.cs
- ScriptManagerProxy.cs
- complextypematerializer.cs
- DaylightTime.cs
- DataGridViewColumn.cs
- LinkLabelLinkClickedEvent.cs
- SchemaCompiler.cs
- ServerTooBusyException.cs
- FormViewInsertEventArgs.cs
- DrawingCollection.cs
- ToolStripSplitStackLayout.cs
- BitmapEffectDrawing.cs
- SaveFileDialog.cs
- ResourceContainer.cs
- Cursors.cs
- ZoneLinkButton.cs
- Facet.cs
- MaskDesignerDialog.cs
- XPathQueryGenerator.cs
- AdornerDecorator.cs
- IDReferencePropertyAttribute.cs
- SchemaNamespaceManager.cs
- HttpPostClientProtocol.cs
- DesignRelation.cs