Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / PolyBezierSegment.cs / 1 / PolyBezierSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyBezierSegment.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 { ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : 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 "C" + 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: PolyBezierSegment.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 { ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : 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 "C" + 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
- WebPartCatalogCloseVerb.cs
- ProviderSettingsCollection.cs
- SessionParameter.cs
- DateTimeFormat.cs
- SystemPens.cs
- Cursor.cs
- ServiceNameElement.cs
- CounterSampleCalculator.cs
- ListViewGroupItemCollection.cs
- ToolStripDropDown.cs
- OnOperation.cs
- DataBinding.cs
- WindowsGraphicsWrapper.cs
- Graphics.cs
- GenerateTemporaryTargetAssembly.cs
- EndEvent.cs
- MexServiceChannelBuilder.cs
- AnimationStorage.cs
- AuthenticateEventArgs.cs
- FixedDocument.cs
- TablePatternIdentifiers.cs
- TextStore.cs
- WorkflowViewService.cs
- TraceContextRecord.cs
- IpcClientChannel.cs
- Freezable.cs
- CellRelation.cs
- Evidence.cs
- OleDbException.cs
- SerialPinChanges.cs
- EpmAttributeNameBuilder.cs
- ConnectionOrientedTransportBindingElement.cs
- WizardStepBase.cs
- ProfileModule.cs
- OleCmdHelper.cs
- WebPartDisplayModeEventArgs.cs
- XmlSchemaAnnotation.cs
- DataSourceComponent.cs
- XmlSortKey.cs
- FileDataSourceCache.cs
- StringBlob.cs
- Literal.cs
- EpmCustomContentWriterNodeData.cs
- ZoneIdentityPermission.cs
- DataSourceView.cs
- Atom10FormatterFactory.cs
- MaterializeFromAtom.cs
- ResourceAttributes.cs
- SplitterDesigner.cs
- StylusPointCollection.cs
- NameSpaceExtractor.cs
- UpWmlPageAdapter.cs
- CardSpaceSelector.cs
- BaseParaClient.cs
- TemplatePagerField.cs
- ResourceDescriptionAttribute.cs
- ProjectionCamera.cs
- CodeLabeledStatement.cs
- DataGridViewImageColumn.cs
- _SingleItemRequestCache.cs
- SecurityDescriptor.cs
- BitmapEffectInputData.cs
- CalendarButton.cs
- InfoCardUIAgent.cs
- Permission.cs
- EventProviderTraceListener.cs
- PngBitmapEncoder.cs
- QilName.cs
- DataShape.cs
- ListBoxAutomationPeer.cs
- GuidelineSet.cs
- CurrentTimeZone.cs
- InputScope.cs
- ToolStripContentPanelRenderEventArgs.cs
- DeviceContext2.cs
- EllipticalNodeOperations.cs
- HMACMD5.cs
- Listbox.cs
- FullTextState.cs
- Point3DCollection.cs
- ConfigurationErrorsException.cs
- CombinedGeometry.cs
- ErrorWebPart.cs
- FileDialogCustomPlacesCollection.cs
- CharacterBufferReference.cs
- UserMapPath.cs
- FileLogRecord.cs
- FileDialogCustomPlacesCollection.cs
- MemberInfoSerializationHolder.cs
- GlobalizationSection.cs
- CheckBoxPopupAdapter.cs
- D3DImage.cs
- EmbeddedObject.cs
- XPathBinder.cs
- LogRecordSequence.cs
- EncryptedData.cs
- TrustLevel.cs
- ObjectHelper.cs
- XmlValidatingReader.cs
- PageWrapper.cs