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
- XPathEmptyIterator.cs
- ComponentCollection.cs
- Rotation3D.cs
- WebPartEditorCancelVerb.cs
- DeviceContext.cs
- TypeBuilder.cs
- QueryContinueDragEventArgs.cs
- InstanceDataCollectionCollection.cs
- SoapServerMethod.cs
- httpapplicationstate.cs
- ColumnClickEvent.cs
- XhtmlBasicPanelAdapter.cs
- ParameterExpression.cs
- ComponentEditorPage.cs
- DispatcherHookEventArgs.cs
- DecoderFallbackWithFailureFlag.cs
- Pen.cs
- MemberInitExpression.cs
- EntityViewGenerationAttribute.cs
- SafeNativeMethods.cs
- BitmapCacheBrush.cs
- BinaryConverter.cs
- MaterialGroup.cs
- DrawingVisual.cs
- ProcessModuleDesigner.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- RequestContext.cs
- ConnectionsZone.cs
- ProcessHostServerConfig.cs
- XmlNamespaceDeclarationsAttribute.cs
- LogicalExpr.cs
- UpDownEvent.cs
- TypeDescriptionProviderAttribute.cs
- SHA1.cs
- ScriptingRoleServiceSection.cs
- FrugalMap.cs
- SequenceDesigner.cs
- X509Utils.cs
- SourceLocationProvider.cs
- DataGridToolTip.cs
- SocketInformation.cs
- TargetParameterCountException.cs
- TextEffect.cs
- ReaderContextStackData.cs
- ClickablePoint.cs
- Grant.cs
- CacheModeValueSerializer.cs
- BrushValueSerializer.cs
- InfoCardHelper.cs
- XmlSerializerSection.cs
- ExpressionTextBox.xaml.cs
- LifetimeServices.cs
- OleDbDataReader.cs
- Walker.cs
- EventListenerClientSide.cs
- PropertyRecord.cs
- XmlSignatureProperties.cs
- xdrvalidator.cs
- FastEncoderWindow.cs
- TextServicesProperty.cs
- BuiltInExpr.cs
- Point4D.cs
- CommonXSendMessage.cs
- PageThemeCodeDomTreeGenerator.cs
- SettingsBindableAttribute.cs
- SyndicationDeserializer.cs
- EditorBrowsableAttribute.cs
- WebServiceParameterData.cs
- DataSetMappper.cs
- PanelContainerDesigner.cs
- CodeMemberProperty.cs
- SqlTopReducer.cs
- BCLDebug.cs
- TypeExtensionConverter.cs
- MasterPageBuildProvider.cs
- CheckBoxDesigner.cs
- CommandLineParser.cs
- DataObjectAttribute.cs
- WebBrowser.cs
- ColorMap.cs
- OfTypeExpression.cs
- XPathDocumentNavigator.cs
- Application.cs
- ValidateNames.cs
- DelegateBodyWriter.cs
- AutomationProperties.cs
- MediaTimeline.cs
- ExponentialEase.cs
- PolicyLevel.cs
- XmlConverter.cs
- NullToBooleanConverter.cs
- MetadataArtifactLoaderComposite.cs
- DataControlImageButton.cs
- MaterializeFromAtom.cs
- OneOfScalarConst.cs
- KeyValuePairs.cs
- Input.cs
- ReturnValue.cs
- TextLineResult.cs
- InternalSafeNativeMethods.cs