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
- _CacheStreams.cs
- D3DImage.cs
- BamlResourceDeserializer.cs
- JsonFormatReaderGenerator.cs
- UnmanagedMemoryStream.cs
- HostProtectionException.cs
- SapiRecognizer.cs
- TransactionException.cs
- IPGlobalProperties.cs
- RSAOAEPKeyExchangeFormatter.cs
- KeyGesture.cs
- SerialPinChanges.cs
- HyperlinkAutomationPeer.cs
- XPathParser.cs
- XmlCodeExporter.cs
- DeploymentExceptionMapper.cs
- WebPartVerbCollection.cs
- ListViewItemCollectionEditor.cs
- SiteMapNodeItemEventArgs.cs
- CompareValidator.cs
- DataGridViewLinkColumn.cs
- ImageMapEventArgs.cs
- BamlCollectionHolder.cs
- InfiniteIntConverter.cs
- ProviderIncompatibleException.cs
- TextFormatterHost.cs
- NativeMethods.cs
- Preprocessor.cs
- DocumentSequenceHighlightLayer.cs
- storagemappingitemcollection.viewdictionary.cs
- Attributes.cs
- SerializationFieldInfo.cs
- WebPartEditVerb.cs
- login.cs
- DesignTimeValidationFeature.cs
- DispatcherExceptionEventArgs.cs
- GridViewDeletedEventArgs.cs
- XmlDataImplementation.cs
- SqlParameterizer.cs
- TraceSection.cs
- Int32AnimationBase.cs
- X509SecurityTokenProvider.cs
- HeaderLabel.cs
- ScriptReferenceBase.cs
- ConnectionInterfaceCollection.cs
- WebPartTracker.cs
- FlowLayoutPanel.cs
- SQLInt64Storage.cs
- DebuggerAttributes.cs
- BufferedWebEventProvider.cs
- XmlSchemaObject.cs
- ChildTable.cs
- DependencyObject.cs
- base64Transforms.cs
- Semaphore.cs
- InstanceNameConverter.cs
- SmiRecordBuffer.cs
- XDRSchema.cs
- UnaryNode.cs
- ConstraintEnumerator.cs
- FixedSOMLineCollection.cs
- NameScopePropertyAttribute.cs
- ApplicationManager.cs
- DataReaderContainer.cs
- HideDisabledControlAdapter.cs
- RuleAttributes.cs
- CalendarDateRange.cs
- IntSecurity.cs
- XmlSchemaType.cs
- FilterQuery.cs
- EncryptedKeyHashIdentifierClause.cs
- InheritanceAttribute.cs
- GestureRecognitionResult.cs
- AxImporter.cs
- NativeMethods.cs
- OletxEnlistment.cs
- FactoryRecord.cs
- AttributeUsageAttribute.cs
- TreeViewItemAutomationPeer.cs
- HMACSHA512.cs
- SizeConverter.cs
- InputLanguageEventArgs.cs
- RegexTypeEditor.cs
- WebServiceFaultDesigner.cs
- XmlAttributes.cs
- ContractAdapter.cs
- ColumnWidthChangingEvent.cs
- RotateTransform.cs
- TextViewSelectionProcessor.cs
- DbgUtil.cs
- ObjectSet.cs
- TypeContext.cs
- AffineTransform3D.cs
- SessionParameter.cs
- ListViewEditEventArgs.cs
- SerializationStore.cs
- SafeHandles.cs
- GenericEnumConverter.cs
- EventSinkHelperWriter.cs
- RequestCacheValidator.cs