Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / PolyQuadraticBezierSegment.cs / 1 / PolyQuadraticBezierSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyQuadraticBezierSegment.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 { ////// PolyQuadraticBezierSegment /// public sealed partial class PolyQuadraticBezierSegment : 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 "Q" + 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: PolyQuadraticBezierSegment.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 { ////// PolyQuadraticBezierSegment /// public sealed partial class PolyQuadraticBezierSegment : 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 "Q" + 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
- CacheModeConverter.cs
- FontStretchConverter.cs
- XPathNodeList.cs
- XmlSchemaParticle.cs
- DataList.cs
- BamlTreeUpdater.cs
- EntityDataSourceMemberPath.cs
- ImageConverter.cs
- OdbcConnectionPoolProviderInfo.cs
- WebUtil.cs
- MulticastDelegate.cs
- UrlRoutingHandler.cs
- PublisherMembershipCondition.cs
- LayoutSettings.cs
- ListBoxItemAutomationPeer.cs
- DynamicActivityXamlReader.cs
- RoleManagerEventArgs.cs
- AspNetSynchronizationContext.cs
- ItemDragEvent.cs
- SQLByte.cs
- ReadWriteObjectLock.cs
- FindCriteriaApril2005.cs
- WmlListAdapter.cs
- DesignBindingPropertyDescriptor.cs
- TextTreeTextBlock.cs
- ReadOnlyDictionary.cs
- RenderData.cs
- SetStateDesigner.cs
- ObjectDataSourceSelectingEventArgs.cs
- ReadOnlyAttribute.cs
- EventSinkHelperWriter.cs
- ImageMapEventArgs.cs
- XmlSignificantWhitespace.cs
- CreateUserErrorEventArgs.cs
- TriState.cs
- SQLDecimalStorage.cs
- UnaryOperationBinder.cs
- FunctionQuery.cs
- ServiceBusyException.cs
- ConfigXmlElement.cs
- CodeBinaryOperatorExpression.cs
- BamlResourceDeserializer.cs
- MsmqHostedTransportConfiguration.cs
- SelectionUIHandler.cs
- DataSourceGroupCollection.cs
- TypeElement.cs
- ConfigurationLoaderException.cs
- UpdatableGenericsFeature.cs
- XmlCDATASection.cs
- Utility.cs
- HttpListenerRequestTraceRecord.cs
- InkCanvas.cs
- CreateRefExpr.cs
- WebResourceUtil.cs
- TTSEngineTypes.cs
- WindowsGraphicsCacheManager.cs
- Crypto.cs
- NamedPipeConnectionPoolSettingsElement.cs
- WindowsFormsHelpers.cs
- GridViewColumnHeader.cs
- UIAgentMonitorHandle.cs
- DataFormat.cs
- HttpConfigurationSystem.cs
- ExtensionQuery.cs
- Grammar.cs
- PropertyToken.cs
- _SSPISessionCache.cs
- Lock.cs
- Rect3D.cs
- PingReply.cs
- validationstate.cs
- PageAsyncTaskManager.cs
- XmlComment.cs
- Metafile.cs
- SqlConnectionManager.cs
- PartManifestEntry.cs
- InputProviderSite.cs
- Boolean.cs
- BamlReader.cs
- CodePropertyReferenceExpression.cs
- IisTraceListener.cs
- XPathSingletonIterator.cs
- XslException.cs
- Profiler.cs
- MimeTypeMapper.cs
- counter.cs
- DefaultTraceListener.cs
- SqlConnectionPoolGroupProviderInfo.cs
- XmlUtil.cs
- SchemaInfo.cs
- WeakReferenceKey.cs
- CorruptingExceptionCommon.cs
- AsyncPostBackErrorEventArgs.cs
- PropertyMapper.cs
- ImageListImage.cs
- DictionarySectionHandler.cs
- PreProcessInputEventArgs.cs
- TextModifierScope.cs
- ActiveXSite.cs
- BitmapEffectGroup.cs