Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / PolyBezierSegment.cs / 1 / PolyBezierSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyBezierSegment.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 { ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : 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 "C" + 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: PolyBezierSegment.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 { ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : 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 "C" + 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
- DbgCompiler.cs
- DbParameterHelper.cs
- TransformerConfigurationWizardBase.cs
- XmlFormatExtensionPrefixAttribute.cs
- SspiNegotiationTokenAuthenticator.cs
- DataRowCollection.cs
- ConnectionsZoneAutoFormat.cs
- SystemInfo.cs
- FieldAccessException.cs
- RegistryHandle.cs
- DbMetaDataCollectionNames.cs
- ExtendedPropertyDescriptor.cs
- ItemList.cs
- BitmapEncoder.cs
- LinqDataSourceView.cs
- CharAnimationBase.cs
- SqlMultiplexer.cs
- ContentDefinition.cs
- _BaseOverlappedAsyncResult.cs
- ToolboxBitmapAttribute.cs
- PropertyInformation.cs
- GeneratedContractType.cs
- TimeoutException.cs
- XhtmlBasicObjectListAdapter.cs
- PolicyLevel.cs
- XmlAttributeAttribute.cs
- OleDbErrorCollection.cs
- FunctionCommandText.cs
- assemblycache.cs
- WindowsHyperlink.cs
- Journaling.cs
- ShapingEngine.cs
- RuntimeResourceSet.cs
- FederatedMessageSecurityOverHttpElement.cs
- SelectionChangedEventArgs.cs
- JumpItem.cs
- ISO2022Encoding.cs
- DependencyObjectType.cs
- DataFormats.cs
- UrlRoutingHandler.cs
- UidManager.cs
- TextRunProperties.cs
- ConfigXmlAttribute.cs
- DataGridViewIntLinkedList.cs
- ElementHostPropertyMap.cs
- ActiveXContainer.cs
- SQLChars.cs
- RelationalExpressions.cs
- UpDownBase.cs
- XmlArrayItemAttributes.cs
- XmlSchemaAnnotation.cs
- Vector3DCollectionValueSerializer.cs
- Rectangle.cs
- Message.cs
- ServiceBusyException.cs
- HwndSourceParameters.cs
- TemplatePropertyEntry.cs
- DataPagerFieldCollection.cs
- DoubleIndependentAnimationStorage.cs
- TransactionScope.cs
- EFColumnProvider.cs
- GridViewRowEventArgs.cs
- TextEffectCollection.cs
- XmlCharCheckingWriter.cs
- TextParentUndoUnit.cs
- InvalidPrinterException.cs
- ChannelReliableSession.cs
- LocatorManager.cs
- IndexOutOfRangeException.cs
- WmfPlaceableFileHeader.cs
- OracleTimeSpan.cs
- WebPermission.cs
- Point.cs
- ScriptingRoleServiceSection.cs
- BuiltInExpr.cs
- UIElementParagraph.cs
- _SingleItemRequestCache.cs
- JsonFormatWriterGenerator.cs
- ConnectionStringsExpressionBuilder.cs
- RowUpdatingEventArgs.cs
- SynchronizedInputPattern.cs
- IRCollection.cs
- TextOnlyOutput.cs
- HostingPreferredMapPath.cs
- TextProperties.cs
- PerspectiveCamera.cs
- SectionUpdates.cs
- HtmlFormWrapper.cs
- XmlWrappingReader.cs
- QilXmlReader.cs
- SetterBaseCollection.cs
- Triangle.cs
- ModuleElement.cs
- DataSourceListEditor.cs
- HostedHttpTransportManager.cs
- HttpContext.cs
- FileDialog.cs
- Config.cs
- DependencyProperty.cs
- StubHelpers.cs