Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- EllipseGeometry.cs
- WorkflowApplicationAbortedException.cs
- SerializationFieldInfo.cs
- addressfiltermode.cs
- COM2ExtendedUITypeEditor.cs
- ArrayEditor.cs
- BasicHttpSecurity.cs
- NativeMethods.cs
- SelectedDatesCollection.cs
- ArglessEventHandlerProxy.cs
- HttpServerUtilityWrapper.cs
- CheckoutException.cs
- UIElementAutomationPeer.cs
- TableItemStyle.cs
- ConcurrencyBehavior.cs
- ListViewSortEventArgs.cs
- TcpStreams.cs
- CodeTypeDelegate.cs
- WebServiceReceive.cs
- PrinterResolution.cs
- Literal.cs
- TransformGroup.cs
- EditorPartChrome.cs
- XamlValidatingReader.cs
- SchemaNamespaceManager.cs
- wgx_sdk_version.cs
- HwndTarget.cs
- SafeNativeMethods.cs
- ServiceModelInstallComponent.cs
- EncryptedPackage.cs
- SystemColorTracker.cs
- BrowserDefinitionCollection.cs
- SoapHeaders.cs
- ViewManager.cs
- TemplatedAdorner.cs
- CaseInsensitiveHashCodeProvider.cs
- ValidatingPropertiesEventArgs.cs
- CheckBoxRenderer.cs
- CodePrimitiveExpression.cs
- RankException.cs
- PeerNameRecord.cs
- SingleStorage.cs
- CornerRadiusConverter.cs
- HandlerBase.cs
- PersonalizableAttribute.cs
- DetailsViewInsertEventArgs.cs
- ValidationError.cs
- HMACSHA384.cs
- HwndMouseInputProvider.cs
- XmlSerializerVersionAttribute.cs
- FileDialogPermission.cs
- PseudoWebRequest.cs
- InstanceBehavior.cs
- IgnoreDeviceFilterElementCollection.cs
- HtmlSelect.cs
- DiscriminatorMap.cs
- ListViewItem.cs
- PixelShader.cs
- OpCellTreeNode.cs
- HMACSHA1.cs
- TreeIterators.cs
- DataSetUtil.cs
- HtmlHead.cs
- ExtendedProtectionPolicy.cs
- StorageBasedPackageProperties.cs
- PropertyEmitter.cs
- QueryInterceptorAttribute.cs
- SqlDataSourceQueryConverter.cs
- TabItemWrapperAutomationPeer.cs
- DataSourceListEditor.cs
- Misc.cs
- SymbolUsageManager.cs
- JsonGlobals.cs
- SimpleParser.cs
- XPathDescendantIterator.cs
- DataMemberConverter.cs
- ToolStripStatusLabel.cs
- Inflater.cs
- SQLInt64Storage.cs
- CopyNodeSetAction.cs
- FixedDocumentPaginator.cs
- OleDbPropertySetGuid.cs
- XsdDataContractExporter.cs
- ConfigXmlComment.cs
- HwndProxyElementProvider.cs
- FileDialog_Vista.cs
- RadioButtonDesigner.cs
- UriSection.cs
- MimeMapping.cs
- StandardMenuStripVerb.cs
- SiteMapNodeCollection.cs
- HyperLinkDesigner.cs
- DbXmlEnabledProviderManifest.cs
- ReaderWriterLockWrapper.cs
- GenericAuthenticationEventArgs.cs
- BeginSelectCardRequest.cs
- SafeFileHandle.cs
- SkipStoryboardToFill.cs
- RSAProtectedConfigurationProvider.cs
- Single.cs