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
- ToolStripItemCollection.cs
- TabControl.cs
- ConstantSlot.cs
- TakeQueryOptionExpression.cs
- OdbcStatementHandle.cs
- ValidationPropertyAttribute.cs
- CodeAssignStatement.cs
- printdlgexmarshaler.cs
- WebPartHelpVerb.cs
- ValidatedControlConverter.cs
- CountAggregationOperator.cs
- DataControlFieldCollection.cs
- ConnectionPoint.cs
- ApplicationServiceManager.cs
- ValidationError.cs
- WindowsEditBoxRange.cs
- NumberAction.cs
- SqlClientMetaDataCollectionNames.cs
- EntityCommandDefinition.cs
- ScriptResourceAttribute.cs
- RulePatternOps.cs
- DocComment.cs
- TextBlock.cs
- ProcessThread.cs
- ExtentKey.cs
- SortedDictionary.cs
- Roles.cs
- TimeStampChecker.cs
- ManifestResourceInfo.cs
- BuildProviderAppliesToAttribute.cs
- TransactionInterop.cs
- XXXOnTypeBuilderInstantiation.cs
- PlatformNotSupportedException.cs
- MasterPage.cs
- MenuEventArgs.cs
- UpdateProgress.cs
- ByteStack.cs
- HttpConfigurationContext.cs
- NumericUpDownAcceleration.cs
- FormViewDesigner.cs
- OdbcReferenceCollection.cs
- SafeNativeMethodsMilCoreApi.cs
- ToolStripContentPanel.cs
- SqlDataSourceSelectingEventArgs.cs
- QueryPrefixOp.cs
- processwaithandle.cs
- GridView.cs
- wmiprovider.cs
- Config.cs
- Attachment.cs
- DataObjectCopyingEventArgs.cs
- MenuCommand.cs
- LogicalExpr.cs
- RemotingServices.cs
- TypeDescriptorContext.cs
- PropertyValueChangedEvent.cs
- IsolationInterop.cs
- ReaderWriterLockSlim.cs
- TypefaceMap.cs
- CodeAccessPermission.cs
- DependencyObjectProvider.cs
- PreviewPageInfo.cs
- _UriSyntax.cs
- Trace.cs
- Publisher.cs
- BufferAllocator.cs
- DataGridBoolColumn.cs
- TextDecorationCollectionConverter.cs
- XamlPoint3DCollectionSerializer.cs
- MergePropertyDescriptor.cs
- System.Data_BID.cs
- DataServiceBuildProvider.cs
- CharacterBufferReference.cs
- NativeMethods.cs
- ListViewItemSelectionChangedEvent.cs
- ProxyWebPartManager.cs
- CodeArrayIndexerExpression.cs
- HttpProtocolReflector.cs
- MultilineStringConverter.cs
- SecurityUniqueId.cs
- CompModSwitches.cs
- WebPartVerb.cs
- PropertyInformation.cs
- StoreItemCollection.Loader.cs
- EntityViewContainer.cs
- RetrieveVirtualItemEventArgs.cs
- FontUnitConverter.cs
- HttpCachePolicy.cs
- AndCondition.cs
- SecurityContextSecurityTokenAuthenticator.cs
- ContextDataSourceContextData.cs
- ZipIOModeEnforcingStream.cs
- CodeSubDirectory.cs
- BlurBitmapEffect.cs
- SQLByteStorage.cs
- ListenerUnsafeNativeMethods.cs
- DebugController.cs
- HwndSourceParameters.cs
- TriggerActionCollection.cs
- EnumType.cs