Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / PolyQuadraticBezierSegment.cs / 1305600 / 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 (Points != null) ? "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
- ThaiBuddhistCalendar.cs
- OperationContext.cs
- PathFigureCollection.cs
- ObjectViewFactory.cs
- HttpClientCertificate.cs
- _NetworkingPerfCounters.cs
- ManagedFilter.cs
- FileUtil.cs
- XmlSchemaProviderAttribute.cs
- SystemInfo.cs
- SrgsGrammarCompiler.cs
- AliasExpr.cs
- IdentityHolder.cs
- ValidationHelper.cs
- Path.cs
- MethodExpr.cs
- MulticastDelegate.cs
- ResourceAssociationTypeEnd.cs
- IndicShape.cs
- DelayedRegex.cs
- BaseTemplateBuildProvider.cs
- XmlSchemaValidationException.cs
- AsymmetricSignatureFormatter.cs
- XmlEntityReference.cs
- CodeGen.cs
- BitmapImage.cs
- MSAAEventDispatcher.cs
- ParentQuery.cs
- HtmlWindow.cs
- RegexWriter.cs
- BitmapFrame.cs
- IisTraceListener.cs
- GeneralTransform3DTo2D.cs
- CapabilitiesPattern.cs
- PerformanceCounterLib.cs
- Point3DAnimationUsingKeyFrames.cs
- ToolbarAUtomationPeer.cs
- AppSecurityManager.cs
- Schema.cs
- BrushMappingModeValidation.cs
- MenuItemCollectionEditorDialog.cs
- MTConfigUtil.cs
- System.Data.OracleClient_BID.cs
- BCryptHashAlgorithm.cs
- EntityDesignerUtils.cs
- DesignerVerbCollection.cs
- BamlResourceDeserializer.cs
- RectangleConverter.cs
- ByteStack.cs
- StylusButtonCollection.cs
- FindCriteriaElement.cs
- IdentifierElement.cs
- GridViewRowCollection.cs
- IPipelineRuntime.cs
- EncodingTable.cs
- PropertyGridCommands.cs
- SequenceQuery.cs
- WebBrowserUriTypeConverter.cs
- SafeSecurityHandles.cs
- MouseActionConverter.cs
- ContextMenuStrip.cs
- SafeReadContext.cs
- UserControlCodeDomTreeGenerator.cs
- SecurityPermission.cs
- _SSPIWrapper.cs
- TextSerializer.cs
- CompiledRegexRunnerFactory.cs
- ButtonChrome.cs
- VisualBasicReference.cs
- SmiEventSink.cs
- BaseContextMenu.cs
- CellRelation.cs
- SQLBoolean.cs
- ConnectionsZoneAutoFormat.cs
- BamlRecords.cs
- IFlowDocumentViewer.cs
- DynamicPropertyHolder.cs
- PropertyPath.cs
- InputReport.cs
- Filter.cs
- RelationshipEndMember.cs
- HttpWebResponse.cs
- FtpCachePolicyElement.cs
- SqlUDTStorage.cs
- StylusPlugInCollection.cs
- ExpressionList.cs
- ObjectViewFactory.cs
- FlowLayout.cs
- Timeline.cs
- RegexCaptureCollection.cs
- RowBinding.cs
- ThreadStartException.cs
- WindowsFormsEditorServiceHelper.cs
- IdentityNotMappedException.cs
- TimerElapsedEvenArgs.cs
- RtfFormatStack.cs
- PcmConverter.cs
- SqlUDTStorage.cs
- TextBoxLine.cs
- WebPartConnectionsCloseVerb.cs