Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NullableDoubleAverageAggregationOperator.cs
- XmlSchemaSearchPattern.cs
- ActivityDesigner.cs
- ReflectionServiceProvider.cs
- PropertyPathWorker.cs
- AdjustableArrowCap.cs
- HttpCachePolicy.cs
- PlainXmlWriter.cs
- SamlConditions.cs
- RegexFCD.cs
- JsonServiceDocumentSerializer.cs
- SystemException.cs
- OrderPreservingPipeliningSpoolingTask.cs
- PointAnimationUsingPath.cs
- CatchBlock.cs
- Cloud.cs
- basemetadatamappingvisitor.cs
- DataExpression.cs
- FlowDocumentView.cs
- DataBindingCollection.cs
- ISAPIApplicationHost.cs
- DynamicValueConverter.cs
- ModuleElement.cs
- xdrvalidator.cs
- CountdownEvent.cs
- VarInfo.cs
- TextAutomationPeer.cs
- DependencyPropertyDescriptor.cs
- WebEventTraceProvider.cs
- EntityDataSourceMemberPath.cs
- TextTreeInsertElementUndoUnit.cs
- EmptyStringExpandableObjectConverter.cs
- TextPointerBase.cs
- StaticFileHandler.cs
- DataControlField.cs
- CompleteWizardStep.cs
- QilXmlReader.cs
- GcHandle.cs
- HttpApplicationFactory.cs
- PerformanceCounterManager.cs
- XsltCompileContext.cs
- ComponentChangedEvent.cs
- RequestResizeEvent.cs
- OutputCacheSection.cs
- OdbcCommandBuilder.cs
- AttachmentCollection.cs
- BindingMAnagerBase.cs
- _OverlappedAsyncResult.cs
- ToggleButtonAutomationPeer.cs
- ColorDialog.cs
- DiagnosticsConfiguration.cs
- StateWorkerRequest.cs
- NetTcpSecurity.cs
- DataGridViewRowEventArgs.cs
- TemplateField.cs
- Transform3DGroup.cs
- sqlnorm.cs
- MonitorWrapper.cs
- GenerateTemporaryAssemblyTask.cs
- RegularExpressionValidator.cs
- ServiceSettingsResponseInfo.cs
- DeploymentSection.cs
- ItemCheckedEvent.cs
- DataMisalignedException.cs
- SpellCheck.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- CompilerGeneratedAttribute.cs
- TransformPatternIdentifiers.cs
- Panel.cs
- SmtpLoginAuthenticationModule.cs
- DocumentScope.cs
- WizardForm.cs
- Script.cs
- BamlRecordReader.cs
- TableStyle.cs
- TableCellCollection.cs
- CompilerHelpers.cs
- InputScopeConverter.cs
- XmlSchemaAttribute.cs
- RootProjectionNode.cs
- PtsPage.cs
- ThreadLocal.cs
- InlineUIContainer.cs
- BlurEffect.cs
- IssuedSecurityTokenProvider.cs
- TextSelectionProcessor.cs
- FrameworkContentElement.cs
- HostingPreferredMapPath.cs
- CommandField.cs
- Oid.cs
- KnownColorTable.cs
- CodeObject.cs
- CollectionViewGroupRoot.cs
- ClientSideQueueItem.cs
- HMACSHA256.cs
- WebPartActionVerb.cs
- DataGridViewDataConnection.cs
- ParserContext.cs
- TextBox.cs
- ParallelDesigner.xaml.cs