Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- NameValuePermission.cs
- UntypedNullExpression.cs
- validationstate.cs
- ColorContext.cs
- BufferBuilder.cs
- UDPClient.cs
- Frame.cs
- X509Chain.cs
- DataGridViewRowConverter.cs
- BooleanFunctions.cs
- MSG.cs
- VisualBasicExpressionConverter.cs
- MulticastOption.cs
- M3DUtil.cs
- ResourceProperty.cs
- InputProcessorProfiles.cs
- UxThemeWrapper.cs
- XmlSchemaProviderAttribute.cs
- XmlILStorageConverter.cs
- ContentElementAutomationPeer.cs
- MenuItem.cs
- UIElement3D.cs
- ProfileModule.cs
- NullNotAllowedCollection.cs
- ZoneMembershipCondition.cs
- DocumentCollection.cs
- SqlExpressionNullability.cs
- HttpResponse.cs
- StandardTransformFactory.cs
- RequestResizeEvent.cs
- DispatcherEventArgs.cs
- HttpListenerContext.cs
- HtmlContainerControl.cs
- PnrpPermission.cs
- CheckBoxFlatAdapter.cs
- UnionExpr.cs
- OleDbConnection.cs
- basevalidator.cs
- AnnotationHelper.cs
- CollectionChangedEventManager.cs
- DocumentReference.cs
- WindowsImpersonationContext.cs
- XmlBinaryReaderSession.cs
- KoreanCalendar.cs
- ImmutableAssemblyCacheEntry.cs
- CopyNamespacesAction.cs
- SqlWriter.cs
- datacache.cs
- DataColumnMapping.cs
- TransactionScope.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- Double.cs
- PropertyCondition.cs
- SmtpNtlmAuthenticationModule.cs
- BufferAllocator.cs
- PingReply.cs
- HostedHttpTransportManager.cs
- XmlTextWriter.cs
- CLSCompliantAttribute.cs
- CodeDomLocalizationProvider.cs
- Int32AnimationUsingKeyFrames.cs
- XmlSerializerSection.cs
- BamlLocalizableResource.cs
- unitconverter.cs
- DataStreamFromComStream.cs
- DateTimeOffset.cs
- RowToParametersTransformer.cs
- SizeKeyFrameCollection.cs
- DefaultTextStore.cs
- SystemResourceHost.cs
- SerializationInfo.cs
- ExpressionWriter.cs
- ArrayConverter.cs
- UnicastIPAddressInformationCollection.cs
- DBCSCodePageEncoding.cs
- PauseStoryboard.cs
- ReflectEventDescriptor.cs
- TypeConverterHelper.cs
- embossbitmapeffect.cs
- OracleRowUpdatingEventArgs.cs
- StatusBarItem.cs
- BamlRecordReader.cs
- HandlerBase.cs
- SimpleMailWebEventProvider.cs
- NavigationPropertyEmitter.cs
- odbcmetadatacollectionnames.cs
- SafeNativeMethods.cs
- LoadGrammarCompletedEventArgs.cs
- RelationshipEntry.cs
- VariableQuery.cs
- TypeCollectionDesigner.xaml.cs
- DataPagerField.cs
- TableLayout.cs
- AdapterSwitches.cs
- ConnectionManagementElementCollection.cs
- TextSearch.cs
- ComPlusTraceRecord.cs
- XmlTextEncoder.cs
- _CommandStream.cs
- KnownBoxes.cs