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
- ConnectionPointCookie.cs
- SelectionRange.cs
- Logging.cs
- BuildProviderUtils.cs
- PropertyPanel.cs
- OneToOneMappingSerializer.cs
- DrawingContext.cs
- UInt64Storage.cs
- ApplicationDirectoryMembershipCondition.cs
- tibetanshape.cs
- CodeCompileUnit.cs
- SlotInfo.cs
- HttpPostProtocolImporter.cs
- EventBuilder.cs
- GeneralTransformGroup.cs
- CodeDomConfigurationHandler.cs
- DesignTimeTemplateParser.cs
- DataGridViewCellValueEventArgs.cs
- MaskedTextBoxDesigner.cs
- QueryCacheKey.cs
- TextServicesManager.cs
- ResourceDescriptionAttribute.cs
- ConsoleEntryPoint.cs
- Misc.cs
- RepeaterItemEventArgs.cs
- UserNameSecurityTokenAuthenticator.cs
- DataPager.cs
- ObjectStateEntry.cs
- EventMappingSettings.cs
- ScriptResourceAttribute.cs
- WriteTimeStream.cs
- ObjectIDGenerator.cs
- TimestampInformation.cs
- DataBoundLiteralControl.cs
- OuterGlowBitmapEffect.cs
- SoapSchemaMember.cs
- PathStreamGeometryContext.cs
- _Events.cs
- AppDomainAttributes.cs
- SourceLineInfo.cs
- ProjectionCamera.cs
- FastPropertyAccessor.cs
- SectionRecord.cs
- TailCallAnalyzer.cs
- XmlIncludeAttribute.cs
- DerivedKeySecurityTokenStub.cs
- XDRSchema.cs
- IsolatedStoragePermission.cs
- SecurityResources.cs
- InvokePattern.cs
- IisTraceListener.cs
- MultipartContentParser.cs
- SignedXml.cs
- BuildProviderCollection.cs
- TextRunCacheImp.cs
- ColorConvertedBitmap.cs
- NetCodeGroup.cs
- OpenTypeMethods.cs
- CacheMode.cs
- GridViewPageEventArgs.cs
- PropertyEntry.cs
- ParenthesizePropertyNameAttribute.cs
- UpdateEventArgs.cs
- ObjectDataSourceFilteringEventArgs.cs
- TypeBuilderInstantiation.cs
- HtmlElementErrorEventArgs.cs
- XmlBinaryWriterSession.cs
- cryptoapiTransform.cs
- Separator.cs
- BamlBinaryReader.cs
- ThreadInterruptedException.cs
- XsdDateTime.cs
- ParameterToken.cs
- EpmSourcePathSegment.cs
- _OSSOCK.cs
- BooleanKeyFrameCollection.cs
- InputLangChangeEvent.cs
- TimeoutValidationAttribute.cs
- SymbolEqualComparer.cs
- TextBoxRenderer.cs
- HashRepartitionEnumerator.cs
- TypeDescriptionProviderAttribute.cs
- bidPrivateBase.cs
- ResourcesBuildProvider.cs
- SqlFunctions.cs
- DeleteIndexBinder.cs
- Point3DKeyFrameCollection.cs
- DetailsViewRow.cs
- DataServiceStreamResponse.cs
- PersonalizationState.cs
- EntityDataSourceDataSelection.cs
- PackagePartCollection.cs
- WindowsScrollBarBits.cs
- ArrayWithOffset.cs
- ResourceExpressionBuilder.cs
- XmlDataImplementation.cs
- SettingsPropertyNotFoundException.cs
- SqlDependency.cs
- WindowPatternIdentifiers.cs
- MenuBase.cs