Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System.Drawing
Totale classi: 345, di cui
- 9 nuove
- 63 modificate
- 0 rimosse
Pagina 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ...
![]() | System.Drawing.Text.FontCollection = | |
---|---|---|
![]() | = | Dispose () |
![]() | = | Families |
![]() | System.Drawing.FontFamily = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | Dispose () |
![]() | = | Equals (Object obj) |
![]() | = | GetCellAscent (FontStyle style) |
![]() | = | GetCellDescent (FontStyle style) |
![]() | = | GetEmHeight (FontStyle style) |
![]() | = | GetFamilies (Graphics graphics) |
![]() | = | GetHashCode () |
![]() | = | GetLineSpacing (FontStyle style) |
![]() | = | GetName (Int32 language) |
![]() | = | IsStyleAvailable (FontStyle style) |
![]() | = | ToString () |
![]() | = | Families |
![]() | = | GenericMonospace |
![]() | = | GenericSansSerif |
![]() | = | GenericSerif |
![]() | = | Name |
![]() | System.Drawing.FontStyle = | |
---|---|---|
![]() | = | Bold |
![]() | = | Italic |
![]() | = | Regular |
![]() | = | Strikeout |
![]() | = | Underline |
![]() | = | value__ |
![]() | System.Drawing.Imaging.FrameDimension = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | Equals (Object o) |
![]() | = | GetHashCode () |
![]() | = | ToString () |
![]() | = | Guid |
![]() | = | Page |
![]() | = | Resolution |
![]() | = | Time |
![]() | System.Drawing.Text.GenericFontFamilies = | |
---|---|---|
![]() | = | Monospace |
![]() | = | SansSerif |
![]() | = | Serif |
![]() | = | value__ |
![]() | System.Drawing.Drawing2D.GraphicsContainer = |
---|
![]() | System.Drawing.Drawing2D.GraphicsPath = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | AddArc (RectangleF rect, Single startAngle, Single sweepAngle) |
![]() | = | AddArc (Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) |
![]() | = | AddArc (Rectangle rect, Single startAngle, Single sweepAngle) |
![]() | = | AddArc (Int32 x, Int32 y, Int32 width, Int32 height, Single startAngle, Single sweepAngle) |
![]() | = | AddBezier (PointF pt1, PointF pt2, PointF pt3, PointF pt4) |
![]() | = | AddBezier (Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4) |
![]() | = | AddBezier (Point pt1, Point pt2, Point pt3, Point pt4) |
![]() | = | AddBezier (Int32 x1, Int32 y1, Int32 x2, Int32 y2, Int32 x3, Int32 y3, Int32 x4, Int32 y4) |
![]() | = | AddBeziers (PointF[] points) |
![]() | = | AddBeziers (Point[] points) |
![]() | = | AddClosedCurve (PointF[] points) |
![]() | = | AddClosedCurve (PointF[] points, Single tension) |
![]() | = | AddClosedCurve (Point[] points) |
![]() | = | AddClosedCurve (Point[] points, Single tension) |
![]() | = | AddCurve (PointF[] points) |
![]() | = | AddCurve (PointF[] points, Single tension) |
![]() | = | AddCurve (PointF[] points, Int32 offset, Int32 numberOfSegments, Single tension) |
![]() | = | AddCurve (Point[] points) |
![]() | = | AddCurve (Point[] points, Single tension) |
![]() | = | AddCurve (Point[] points, Int32 offset, Int32 numberOfSegments, Single tension) |
![]() | = | AddEllipse (RectangleF rect) |
![]() | = | AddEllipse (Single x, Single y, Single width, Single height) |
![]() | = | AddEllipse (Rectangle rect) |
![]() | = | AddEllipse (Int32 x, Int32 y, Int32 width, Int32 height) |
![]() | = | AddLine (PointF pt1, PointF pt2) |
![]() | = | AddLine (Single x1, Single y1, Single x2, Single y2) |
![]() | = | AddLine (Point pt1, Point pt2) |
![]() | = | AddLine (Int32 x1, Int32 y1, Int32 x2, Int32 y2) |
![]() | = | AddLines (PointF[] points) |
![]() | = | AddLines (Point[] points) |
![]() | = | AddPath (GraphicsPath addingPath, Boolean connect) |
![]() | = | AddPie (Rectangle rect, Single startAngle, Single sweepAngle) |
![]() | = | AddPie (Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) |
![]() | = | AddPie (Int32 x, Int32 y, Int32 width, Int32 height, Single startAngle, Single sweepAngle) |
![]() | = | AddPolygon (PointF[] points) |
![]() | = | AddPolygon (Point[] points) |
![]() | = | AddRectangle (RectangleF rect) |
![]() | = | AddRectangle (Rectangle rect) |
![]() | = | AddRectangles (RectangleF[] rects) |
![]() | = | AddRectangles (Rectangle[] rects) |
![]() | = | AddString (String s, FontFamily family, Int32 style, Single emSize, PointF origin, StringFormat format) |
![]() | = | AddString (String s, FontFamily family, Int32 style, Single emSize, Point origin, StringFormat format) |
![]() | = | AddString (String s, FontFamily family, Int32 style, Single emSize, RectangleF layoutRect, StringFormat format) |
![]() | = | AddString (String s, FontFamily family, Int32 style, Single emSize, Rectangle layoutRect, StringFormat format) |
![]() | = | ClearMarkers () |
![]() | = | Clone () |
![]() | = | CloseAllFigures () |
![]() | = | CloseFigure () |
![]() | = | Dispose () |
![]() | = | Flatten () |
![]() | = | Flatten (Matrix matrix) |
![]() | = | Flatten (Matrix matrix, Single flatness) |
![]() | = | GetBounds () |
![]() | = | GetBounds (Matrix matrix) |
![]() | = | GetBounds (Matrix matrix, Pen pen) |
![]() | = | GetLastPoint () |
![]() | = | IsOutlineVisible (Single x, Single y, Pen pen) |
![]() | = | IsOutlineVisible (PointF point, Pen pen) |
![]() | = | IsOutlineVisible (Single x, Single y, Pen pen, Graphics graphics) |
![]() | = | IsOutlineVisible (PointF pt, Pen pen, Graphics graphics) |
![]() | = | IsOutlineVisible (Int32 x, Int32 y, Pen pen) |
![]() | = | IsOutlineVisible (Point point, Pen pen) |
![]() | = | IsOutlineVisible (Int32 x, Int32 y, Pen pen, Graphics graphics) |
![]() | = | IsOutlineVisible (Point pt, Pen pen, Graphics graphics) |
![]() | = | IsVisible (Single x, Single y) |
![]() | = | IsVisible (PointF point) |
![]() | = | IsVisible (Single x, Single y, Graphics graphics) |
![]() | = | IsVisible (PointF pt, Graphics graphics) |
![]() | = | IsVisible (Int32 x, Int32 y) |
![]() | = | IsVisible (Point point) |
![]() | = | IsVisible (Int32 x, Int32 y, Graphics graphics) |
![]() | = | IsVisible (Point pt, Graphics graphics) |
![]() | = | Reset () |
![]() | = | Reverse () |
![]() | = | SetMarkers () |
![]() | = | StartFigure () |
![]() | = | Transform (Matrix matrix) |
![]() | = | Warp (PointF[] destPoints, RectangleF srcRect) |
![]() | = | Warp (PointF[] destPoints, RectangleF srcRect, Matrix matrix) |
![]() | = | Warp (PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode) |
![]() | = | Warp (PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, Single flatness) |
![]() | = | Widen (Pen pen) |
![]() | = | Widen (Pen pen, Matrix matrix) |
![]() | = | Widen (Pen pen, Matrix matrix, Single flatness) |
![]() | = | FillMode |
![]() | = | PathData |
![]() | = | PathPoints |
![]() | = | PathTypes |
![]() | = | PointCount |
![]() | System.Drawing.Drawing2D.GraphicsPathIterator = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | CopyData (PointF[]& points, Byte[]& types, Int32 startIndex, Int32 endIndex) |
![]() | = | Dispose () |
![]() | = | Enumerate (PointF[]& points, Byte[]& types) |
![]() | = | HasCurve () |
![]() | = | NextMarker (Int32& startIndex, Int32& endIndex) |
![]() | = | NextMarker (GraphicsPath path) |
![]() | = | NextPathType (Byte& pathType, Int32& startIndex, Int32& endIndex) |
![]() | = | NextSubpath (Int32& startIndex, Int32& endIndex, Boolean& isClosed) |
![]() | = | NextSubpath (GraphicsPath path, Boolean& isClosed) |
![]() | = | Rewind () |
![]() | = | Count |
![]() | = | SubpathCount |
![]() | System.Drawing.Drawing2D.GraphicsState = |
---|
![]() | System.Drawing.Drawing2D.HatchBrush = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | Clone () |
![]() | = | BackgroundColor |
![]() | = | ForegroundColor |
![]() | = | HatchStyle |
![]() | System.Drawing.Drawing2D.HatchStyle = | |
---|---|---|
![]() | = | BackwardDiagonal |
![]() | = | Cross |
![]() | = | DarkDownwardDiagonal |
![]() | = | DarkHorizontal |
![]() | = | DarkUpwardDiagonal |
![]() | = | DarkVertical |
![]() | = | DashedDownwardDiagonal |
![]() | = | DashedHorizontal |
![]() | = | DashedUpwardDiagonal |
![]() | = | DashedVertical |
![]() | = | DiagonalBrick |
![]() | = | DiagonalCross |
![]() | = | Divot |
![]() | = | DottedDiamond |
![]() | = | DottedGrid |
![]() | = | ForwardDiagonal |
![]() | = | Horizontal |
![]() | = | HorizontalBrick |
![]() | = | LargeCheckerBoard |
![]() | = | LargeConfetti |
![]() | = | LargeGrid |
![]() | = | LightDownwardDiagonal |
![]() | = | LightHorizontal |
![]() | = | LightUpwardDiagonal |
![]() | = | LightVertical |
![]() | = | Max |
![]() | = | Min |
![]() | = | NarrowHorizontal |
![]() | = | NarrowVertical |
![]() | = | OutlinedDiamond |
![]() | = | Percent05 |
![]() | = | Percent10 |
![]() | = | Percent20 |
![]() | = | Percent25 |
![]() | = | Percent30 |
![]() | = | Percent40 |
![]() | = | Percent50 |
![]() | = | Percent60 |
![]() | = | Percent70 |
![]() | = | Percent75 |
![]() | = | Percent80 |
![]() | = | Percent90 |
![]() | = | Plaid |
![]() | = | Shingle |
![]() | = | SmallCheckerBoard |
![]() | = | SmallConfetti |
![]() | = | SmallGrid |
![]() | = | SolidDiamond |
![]() | = | Sphere |
![]() | = | Trellis |
![]() | = | value__ |
![]() | = | Vertical |
![]() | = | Wave |
![]() | = | Weave |
![]() | = | WideDownwardDiagonal |
![]() | = | WideUpwardDiagonal |
![]() | = | ZigZag |
![]() | System.Drawing.Text.HotkeyPrefix = | |
---|---|---|
![]() | = | Hide |
![]() | = | None |
![]() | = | Show |
![]() | = | value__ |
![]() | System.Drawing.Imaging.ImageAttributes = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | ClearBrushRemapTable () |
![]() | = | ClearColorKey () |
![]() | = | ClearColorKey (ColorAdjustType type) |
![]() | = | ClearColorMatrix () |
![]() | = | ClearColorMatrix (ColorAdjustType type) |
![]() | = | ClearGamma () |
![]() | = | ClearGamma (ColorAdjustType type) |
![]() | = | ClearNoOp () |
![]() | = | ClearNoOp (ColorAdjustType type) |
![]() | = | ClearOutputChannel () |
![]() | = | ClearOutputChannel (ColorAdjustType type) |
![]() | = | ClearOutputChannelColorProfile () |
![]() | = | ClearOutputChannelColorProfile (ColorAdjustType type) |
![]() | = | ClearRemapTable () |
![]() | = | ClearRemapTable (ColorAdjustType type) |
![]() | = | ClearThreshold () |
![]() | = | ClearThreshold (ColorAdjustType type) |
![]() | = | Clone () |
![]() | = | Dispose () |
![]() | = | GetAdjustedPalette (ColorPalette palette, ColorAdjustType type) |
![]() | = | SetBrushRemapTable (ColorMap[] map) |
![]() | = | SetColorKey (Color colorLow, Color colorHigh) |
![]() | = | SetColorKey (Color colorLow, Color colorHigh, ColorAdjustType type) |
![]() | = | SetColorMatrices (ColorMatrix newColorMatrix, ColorMatrix grayMatrix) |
![]() | = | SetColorMatrices (ColorMatrix newColorMatrix, ColorMatrix grayMatrix, ColorMatrixFlag flags) |
![]() | = | SetColorMatrices (ColorMatrix newColorMatrix, ColorMatrix grayMatrix, ColorMatrixFlag mode, ColorAdjustType type) |
![]() | = | SetColorMatrix (ColorMatrix newColorMatrix) |
![]() | = | SetColorMatrix (ColorMatrix newColorMatrix, ColorMatrixFlag flags) |
![]() | = | SetColorMatrix (ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type) |
![]() | = | SetGamma (Single gamma) |
![]() | = | SetGamma (Single gamma, ColorAdjustType type) |
![]() | = | SetNoOp () |
![]() | = | SetNoOp (ColorAdjustType type) |
![]() | = | SetOutputChannel (ColorChannelFlag flags) |
![]() | = | SetOutputChannel (ColorChannelFlag flags, ColorAdjustType type) |
![]() | = | SetOutputChannelColorProfile (String colorProfileFilename) |
![]() | = | SetOutputChannelColorProfile (String colorProfileFilename, ColorAdjustType type) |
![]() | = | SetRemapTable (ColorMap[] map) |
![]() | = | SetRemapTable (ColorMap[] map, ColorAdjustType type) |
![]() | = | SetThreshold (Single threshold) |
![]() | = | SetThreshold (Single threshold, ColorAdjustType type) |
![]() | = | SetWrapMode (WrapMode mode) |
![]() | = | SetWrapMode (WrapMode mode, Color color) |
![]() | = | SetWrapMode (WrapMode mode, Color color, Boolean clamp) |
![]() | System.Drawing.Imaging.ImageCodecFlags = | |
---|---|---|
![]() | = | BlockingDecode |
![]() | = | Builtin |
![]() | = | Decoder |
![]() | = | Encoder |
![]() | = | SeekableEncode |
![]() | = | SupportBitmap |
![]() | = | SupportVector |
![]() | = | System |
![]() | = | User |
![]() | = | value__ |
Powered by Ricciolo