Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / PathSegment.cs / 1 / PathSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PathSegment.cs //----------------------------------------------------------------------------- using System; using MS.Internal; using MS.Internal.PresentationCore; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; 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.Windows.Markup; namespace System.Windows.Media { #region PathSegment ////// PathSegment /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] public abstract partial class PathSegment : Animatable { #region Constructors internal PathSegment() { } #endregion #region AddToFigure internal abstract void AddToFigure( Matrix matrix, // The transformation matrid PathFigure figure, // The figure to add to ref Point current); // In: Segment start point, Out: Segment endpoint // not transformed #endregion #region Internal internal virtual bool IsEmpty() { return false; } internal abstract bool IsCurved(); ////// 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 abstract string ConvertToString(string format, IFormatProvider provider); #endregion #region Resource ////// SerializeData - Serialize the contents of this Segment to the provided context. /// internal abstract void SerializeData(StreamGeometryContext ctx); #endregion #region Data internal const bool c_isStrokedDefault = true; #endregion } #endregion } // 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: PathSegment.cs //----------------------------------------------------------------------------- using System; using MS.Internal; using MS.Internal.PresentationCore; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; 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.Windows.Markup; namespace System.Windows.Media { #region PathSegment ////// PathSegment /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] public abstract partial class PathSegment : Animatable { #region Constructors internal PathSegment() { } #endregion #region AddToFigure internal abstract void AddToFigure( Matrix matrix, // The transformation matrid PathFigure figure, // The figure to add to ref Point current); // In: Segment start point, Out: Segment endpoint // not transformed #endregion #region Internal internal virtual bool IsEmpty() { return false; } internal abstract bool IsCurved(); ////// 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 abstract string ConvertToString(string format, IFormatProvider provider); #endregion #region Resource ////// SerializeData - Serialize the contents of this Segment to the provided context. /// internal abstract void SerializeData(StreamGeometryContext ctx); #endregion #region Data internal const bool c_isStrokedDefault = true; #endregion } #endregion } // 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
- securitycriticaldata.cs
- ElementMarkupObject.cs
- ObfuscationAttribute.cs
- SerializationStore.cs
- SessionEndingCancelEventArgs.cs
- bindurihelper.cs
- TextTreeInsertElementUndoUnit.cs
- StrokeCollectionDefaultValueFactory.cs
- StaticSiteMapProvider.cs
- TripleDES.cs
- EventManager.cs
- PanelContainerDesigner.cs
- ToolStripMenuItem.cs
- FileDialogCustomPlacesCollection.cs
- PropertyFilterAttribute.cs
- FrameAutomationPeer.cs
- BinaryWriter.cs
- ValidationErrorEventArgs.cs
- SinglePhaseEnlistment.cs
- ValidationHelper.cs
- XmlSchemaAttribute.cs
- Operators.cs
- CollectionViewGroup.cs
- PageThemeParser.cs
- IsolationInterop.cs
- Margins.cs
- BrushMappingModeValidation.cs
- ContainerSelectorGlyph.cs
- CompilerTypeWithParams.cs
- TCPClient.cs
- ContentElementAutomationPeer.cs
- MenuItemBinding.cs
- StorageConditionPropertyMapping.cs
- ClientScriptManager.cs
- GeneralTransform3DTo2DTo3D.cs
- ClientClassGenerator.cs
- ImageDrawing.cs
- ObjectDataSourceDisposingEventArgs.cs
- SortQuery.cs
- EntityDescriptor.cs
- ParameterBuilder.cs
- HierarchicalDataSourceControl.cs
- UIServiceHelper.cs
- KnownColorTable.cs
- TextBox.cs
- TextSyndicationContentKindHelper.cs
- TextParaLineResult.cs
- translator.cs
- ListViewTableRow.cs
- Int32Storage.cs
- MouseDevice.cs
- OLEDB_Util.cs
- ViewValidator.cs
- CodeNamespaceImportCollection.cs
- SecUtil.cs
- DataGridViewRowEventArgs.cs
- ResXDataNode.cs
- XmlCDATASection.cs
- BufferModeSettings.cs
- XmlAttributeAttribute.cs
- RuleProcessor.cs
- OleDbInfoMessageEvent.cs
- SmtpReplyReaderFactory.cs
- ArrayEditor.cs
- BindingGraph.cs
- Evaluator.cs
- ExtensibleClassFactory.cs
- HtmlElementErrorEventArgs.cs
- CustomLineCap.cs
- Root.cs
- LinqDataView.cs
- SessionSwitchEventArgs.cs
- PublisherIdentityPermission.cs
- CatalogPartCollection.cs
- CompoundFileDeflateTransform.cs
- BmpBitmapEncoder.cs
- AnnotationDocumentPaginator.cs
- DataGridViewTopRowAccessibleObject.cs
- GeneratedCodeAttribute.cs
- WebPartConnectionCollection.cs
- HelloOperation11AsyncResult.cs
- TargetConverter.cs
- ObjectMemberMapping.cs
- ObjectConverter.cs
- StatusBarPanelClickEvent.cs
- FixUp.cs
- DataTemplateSelector.cs
- RC2.cs
- SqlConnectionString.cs
- WebPartTransformerAttribute.cs
- ContentElement.cs
- SchemaCollectionCompiler.cs
- ObjectManager.cs
- ExternalCalls.cs
- TriState.cs
- NumericUpDown.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- Ops.cs
- VectorKeyFrameCollection.cs
- EpmContentSerializerBase.cs