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 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ...
![]() | System.Drawing.Drawing2D.DashCap = | |
---|---|---|
![]() | = | Flat |
![]() | = | Round |
![]() | = | Triangle |
![]() | = | value__ |
![]() | System.Drawing.FontConverter = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | CanConvertFrom (ITypeDescriptorContext context, Type sourceType) |
![]() | = | CanConvertTo (ITypeDescriptorContext context, Type destinationType) |
![]() | = | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, Object value) |
![]() | = | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) |
![]() | = | CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues) |
![]() | = | GetCreateInstanceSupported (ITypeDescriptorContext context) |
![]() | = | GetProperties (ITypeDescriptorContext context, Object value, Attribute[] attributes) |
![]() | = | GetPropertiesSupported (ITypeDescriptorContext context) |
= | FontNameConverter | |
= | FontUnitConverter |
![]() | System.Drawing.Graphics != | |
---|---|---|
![]() | = | AddMetafileComment (Byte[] data) |
![]() | = | BeginContainer (RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit) |
![]() | = | BeginContainer () |
![]() | = | BeginContainer (Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit) |
![]() | = | Clear (Color color) |
![]() | - | CopyFromScreen (Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize) |
![]() | - | CopyFromScreen (Int32 sourceX, Int32 sourceY, Int32 destinationX, Int32 destinationY, Size blockRegionSize) |
![]() | - | CopyFromScreen (Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation) |
![]() | - | CopyFromScreen (Int32 sourceX, Int32 sourceY, Int32 destinationX, Int32 destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation) |
![]() | = | Dispose () |
![]() | = | DrawArc (Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) |
![]() | = | DrawArc (Pen pen, RectangleF rect, Single startAngle, Single sweepAngle) |
![]() | = | DrawArc (Pen pen, Int32 x, Int32 y, Int32 width, Int32 height, Int32 startAngle, Int32 sweepAngle) |
![]() | = | DrawArc (Pen pen, Rectangle rect, Single startAngle, Single sweepAngle) |
![]() | = | DrawBezier (Pen pen, Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4) |
![]() | = | DrawBezier (Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4) |
![]() | = | DrawBezier (Pen pen, Point pt1, Point pt2, Point pt3, Point pt4) |
![]() | = | DrawBeziers (Pen pen, PointF[] points) |
![]() | = | DrawBeziers (Pen pen, Point[] points) |
![]() | = | DrawClosedCurve (Pen pen, PointF[] points) |
![]() | = | DrawClosedCurve (Pen pen, PointF[] points, Single tension, FillMode fillmode) |
![]() | = | DrawClosedCurve (Pen pen, Point[] points) |
![]() | = | DrawClosedCurve (Pen pen, Point[] points, Single tension, FillMode fillmode) |
![]() | = | DrawCurve (Pen pen, PointF[] points) |
![]() | = | DrawCurve (Pen pen, PointF[] points, Single tension) |
![]() | = | DrawCurve (Pen pen, PointF[] points, Int32 offset, Int32 numberOfSegments) |
![]() | = | DrawCurve (Pen pen, PointF[] points, Int32 offset, Int32 numberOfSegments, Single tension) |
![]() | = | DrawCurve (Pen pen, Point[] points) |
![]() | = | DrawCurve (Pen pen, Point[] points, Single tension) |
![]() | = | DrawCurve (Pen pen, Point[] points, Int32 offset, Int32 numberOfSegments, Single tension) |
![]() | = | DrawEllipse (Pen pen, RectangleF rect) |
![]() | = | DrawEllipse (Pen pen, Single x, Single y, Single width, Single height) |
![]() | = | DrawEllipse (Pen pen, Rectangle rect) |
![]() | = | DrawEllipse (Pen pen, Int32 x, Int32 y, Int32 width, Int32 height) |
![]() | = | DrawIcon (Icon icon, Int32 x, Int32 y) |
![]() | = | DrawIcon (Icon icon, Rectangle targetRect) |
![]() | = | DrawIconUnstretched (Icon icon, Rectangle targetRect) |
![]() | = | DrawImage (Image image, Rectangle rect) |
![]() | = | DrawImage (Image image, Rectangle destRect, Int32 srcX, Int32 srcY, Int32 srcWidth, Int32 srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr) |
![]() | = | DrawImage (Image image, Rectangle destRect, Int32 srcX, Int32 srcY, Int32 srcWidth, Int32 srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, DrawImageAbort callback, IntPtr callbackData) |
![]() | = | DrawImage (Image image, PointF point) |
![]() | = | DrawImage (Image image, Single x, Single y) |
![]() | = | DrawImage (Image image, RectangleF rect) |
![]() | = | DrawImage (Image image, Single x, Single y, Single width, Single height) |
![]() | = | DrawImage (Image image, Point point) |
![]() | = | DrawImage (Image image, Int32 x, Int32 y) |
![]() | = | DrawImage (Image image, Int32 x, Int32 y, Int32 width, Int32 height) |
![]() | = | DrawImage (Image image, PointF[] destPoints) |
![]() | = | DrawImage (Image image, Point[] destPoints) |
![]() | = | DrawImage (Image image, Single x, Single y, RectangleF srcRect, GraphicsUnit srcUnit) |
![]() | = | DrawImage (Image image, Int32 x, Int32 y, Rectangle srcRect, GraphicsUnit srcUnit) |
![]() | = | DrawImage (Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit) |
![]() | = | DrawImage (Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit) |
![]() | = | DrawImage (Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit) |
![]() | = | DrawImage (Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr) |
![]() | = | DrawImage (Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, DrawImageAbort callback) |
![]() | = | DrawImage (Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, DrawImageAbort callback, Int32 callbackData) |
![]() | = | DrawImage (Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit) |
![]() | = | DrawImage (Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr) |
![]() | = | DrawImage (Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, DrawImageAbort callback) |
![]() | = | DrawImage (Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, DrawImageAbort callback, Int32 callbackData) |
![]() | = | DrawImage (Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit) |
![]() | = | DrawImage (Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs) |
![]() | = | DrawImage (Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, DrawImageAbort callback) |
![]() | = | DrawImage (Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, DrawImageAbort callback, IntPtr callbackData) |
![]() | = | DrawImage (Image image, Rectangle destRect, Int32 srcX, Int32 srcY, Int32 srcWidth, Int32 srcHeight, GraphicsUnit srcUnit) |
![]() | = | DrawImage (Image image, Rectangle destRect, Int32 srcX, Int32 srcY, Int32 srcWidth, Int32 srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr, DrawImageAbort callback) |
![]() | = | DrawImageUnscaled (Image image, Point point) |
![]() | = | DrawImageUnscaled (Image image, Int32 x, Int32 y) |
![]() | = | DrawImageUnscaled (Image image, Rectangle rect) |
![]() | = | DrawImageUnscaled (Image image, Int32 x, Int32 y, Int32 width, Int32 height) |
![]() | - | DrawImageUnscaledAndClipped (Image image, Rectangle rect) |
![]() | = | DrawLine (Pen pen, Int32 x1, Int32 y1, Int32 x2, Int32 y2) |
![]() | = | DrawLine (Pen pen, Single x1, Single y1, Single x2, Single y2) |
![]() | = | DrawLine (Pen pen, PointF pt1, PointF pt2) |
![]() | = | DrawLine (Pen pen, Point pt1, Point pt2) |
![]() | = | DrawLines (Pen pen, PointF[] points) |
![]() | = | DrawLines (Pen pen, Point[] points) |
![]() | = | DrawPath (Pen pen, GraphicsPath path) |
![]() | = | DrawPie (Pen pen, RectangleF rect, Single startAngle, Single sweepAngle) |
![]() | = | DrawPie (Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) |
![]() | = | DrawPie (Pen pen, Rectangle rect, Single startAngle, Single sweepAngle) |
![]() | = | DrawPie (Pen pen, Int32 x, Int32 y, Int32 width, Int32 height, Int32 startAngle, Int32 sweepAngle) |
![]() | = | DrawPolygon (Pen pen, PointF[] points) |
![]() | = | DrawPolygon (Pen pen, Point[] points) |
![]() | = | DrawRectangle (Pen pen, Rectangle rect) |
![]() | = | DrawRectangle (Pen pen, Int32 x, Int32 y, Int32 width, Int32 height) |
![]() | = | DrawRectangle (Pen pen, Single x, Single y, Single width, Single height) |
![]() | = | DrawRectangles (Pen pen, RectangleF[] rects) |
![]() | = | DrawRectangles (Pen pen, Rectangle[] rects) |
![]() | = | DrawString (String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format) |
![]() | = | DrawString (String s, Font font, Brush brush, Single x, Single y) |
![]() | = | DrawString (String s, Font font, Brush brush, PointF point) |
![]() | = | DrawString (String s, Font font, Brush brush, Single x, Single y, StringFormat format) |
![]() | = | DrawString (String s, Font font, Brush brush, PointF point, StringFormat format) |
![]() | = | DrawString (String s, Font font, Brush brush, RectangleF layoutRectangle) |
![]() | = | EndContainer (GraphicsContainer container) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF destPoint, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF destPoint, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF destPoint, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, Point destPoint, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, Point destPoint, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, Point destPoint, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, RectangleF destRect, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, RectangleF destRect, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, RectangleF destRect, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, Rectangle destRect, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, Rectangle destRect, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, Rectangle destRect, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF[] destPoints, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF[] destPoints, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF[] destPoints, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, Point[] destPoints, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, Point[] destPoints, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, Point[] destPoints, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF destPoint, RectangleF srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF destPoint, RectangleF srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF destPoint, RectangleF srcRect, GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, Point destPoint, Rectangle srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, Point destPoint, Rectangle srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, Point destPoint, Rectangle srcRect, GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, RectangleF destRect, RectangleF srcRect, GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, PointF[] destPoints, RectangleF srcRect, GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | EnumerateMetafile (Metafile metafile, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback) |
![]() | = | EnumerateMetafile (Metafile metafile, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData) |
![]() | = | EnumerateMetafile (Metafile metafile, Point[] destPoints, Rectangle srcRect, GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr) |
![]() | = | ExcludeClip (Rectangle rect) |
![]() | = | ExcludeClip (Region region) |
![]() | = | FillClosedCurve (Brush brush, PointF[] points) |
![]() | = | FillClosedCurve (Brush brush, PointF[] points, FillMode fillmode) |
![]() | = | FillClosedCurve (Brush brush, PointF[] points, FillMode fillmode, Single tension) |
![]() | = | FillClosedCurve (Brush brush, Point[] points) |
![]() | = | FillClosedCurve (Brush brush, Point[] points, FillMode fillmode) |
![]() | = | FillClosedCurve (Brush brush, Point[] points, FillMode fillmode, Single tension) |
![]() | = | FillEllipse (Brush brush, RectangleF rect) |
![]() | = | FillEllipse (Brush brush, Single x, Single y, Single width, Single height) |
![]() | = | FillEllipse (Brush brush, Rectangle rect) |
![]() | = | FillEllipse (Brush brush, Int32 x, Int32 y, Int32 width, Int32 height) |
![]() | = | FillPath (Brush brush, GraphicsPath path) |
![]() | = | FillPie (Brush brush, Rectangle rect, Single startAngle, Single sweepAngle) |
![]() | = | FillPie (Brush brush, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) |
![]() | = | FillPie (Brush brush, Int32 x, Int32 y, Int32 width, Int32 height, Int32 startAngle, Int32 sweepAngle) |
![]() | = | FillPolygon (Brush brush, Point[] points) |
![]() | = | FillPolygon (Brush brush, PointF[] points) |
![]() | = | FillPolygon (Brush brush, PointF[] points, FillMode fillMode) |
![]() | = | FillPolygon (Brush brush, Point[] points, FillMode fillMode) |
![]() | = | FillRectangle (Brush brush, Rectangle rect) |
![]() | = | FillRectangle (Brush brush, RectangleF rect) |
![]() | = | FillRectangle (Brush brush, Single x, Single y, Single width, Single height) |
![]() | = | FillRectangle (Brush brush, Int32 x, Int32 y, Int32 width, Int32 height) |
![]() | = | FillRectangles (Brush brush, RectangleF[] rects) |
![]() | = | FillRectangles (Brush brush, Rectangle[] rects) |
![]() | = | FillRegion (Brush brush, Region region) |
![]() | = | Flush () |
![]() | = | Flush (FlushIntention intention) |
![]() | = | FromHdc (IntPtr hdc) |
![]() | = | FromHdc (IntPtr hdc, IntPtr hdevice) |
![]() | = | FromHdcInternal (IntPtr hdc) |
![]() | = | FromHwnd (IntPtr hwnd) |
![]() | = | FromHwndInternal (IntPtr hwnd) |
![]() | = | FromImage (Image image) |
![]() | - | GetContextInfo () |
![]() | = | GetHalftonePalette () |
![]() | = | GetHdc () |
![]() | = | GetNearestColor (Color color) |
![]() | = | IntersectClip (Rectangle rect) |
![]() | = | IntersectClip (RectangleF rect) |
![]() | = | IntersectClip (Region region) |
![]() | = | IsVisible (Int32 x, Int32 y) |
![]() | = | IsVisible (Point point) |
![]() | = | IsVisible (Single x, Single y) |
![]() | = | IsVisible (PointF point) |
![]() | = | IsVisible (Int32 x, Int32 y, Int32 width, Int32 height) |
![]() | = | IsVisible (Rectangle rect) |
![]() | = | IsVisible (Single x, Single y, Single width, Single height) |
![]() | = | IsVisible (RectangleF rect) |
![]() | = | MeasureCharacterRanges (String text, Font font, RectangleF layoutRect, StringFormat stringFormat) |
![]() | = | MeasureString (String text, Font font, SizeF layoutArea, StringFormat stringFormat) |
![]() | = | MeasureString (String text, Font font) |
![]() | = | MeasureString (String text, Font font, SizeF layoutArea, StringFormat stringFormat, Int32& charactersFitted, Int32& linesFilled) |
![]() | = | MeasureString (String text, Font font, PointF origin, StringFormat stringFormat) |
![]() | = | MeasureString (String text, Font font, SizeF layoutArea) |
![]() | = | MeasureString (String text, Font font, Int32 width) |
![]() | = | MeasureString (String text, Font font, Int32 width, StringFormat format) |
![]() | = | MultiplyTransform (Matrix matrix) |
![]() | = | MultiplyTransform (Matrix matrix, MatrixOrder order) |
![]() | = | ReleaseHdc (IntPtr hdc) |
![]() | - | ReleaseHdc () |
![]() | = | ReleaseHdcInternal (IntPtr hdc) |
![]() | = | ResetClip () |
![]() | = | ResetTransform () |
![]() | = | Restore (GraphicsState gstate) |
![]() | = | RotateTransform (Single angle) |
![]() | = | RotateTransform (Single angle, MatrixOrder order) |
![]() | = | Save () |
![]() | = | ScaleTransform (Single sx, Single sy) |
![]() | = | ScaleTransform (Single sx, Single sy, MatrixOrder order) |
![]() | = | SetClip (Rectangle rect) |
![]() | = | SetClip (Graphics g) |
![]() | = | SetClip (Graphics g, CombineMode combineMode) |
![]() | = | SetClip (Rectangle rect, CombineMode combineMode) |
![]() | = | SetClip (RectangleF rect) |
![]() | = | SetClip (RectangleF rect, CombineMode combineMode) |
![]() | = | SetClip (GraphicsPath path) |
![]() | = | SetClip (GraphicsPath path, CombineMode combineMode) |
![]() | = | SetClip (Region region, CombineMode combineMode) |
![]() | = | TransformPoints (CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF[] pts) |
![]() | = | TransformPoints (CoordinateSpace destSpace, CoordinateSpace srcSpace, Point[] pts) |
![]() | = | TranslateClip (Single dx, Single dy) |
![]() | = | TranslateClip (Int32 dx, Int32 dy) |
![]() | = | TranslateTransform (Single dx, Single dy) |
![]() | = | TranslateTransform (Single dx, Single dy, MatrixOrder order) |
= | DrawImageAbort | |
= | EnumerateMetafileProc | |
![]() | = | Clip |
![]() | = | ClipBounds |
![]() | = | CompositingMode |
![]() | = | CompositingQuality |
![]() | = | DpiX |
![]() | = | DpiY |
![]() | = | InterpolationMode |
![]() | = | IsClipEmpty |
![]() | = | IsVisibleClipEmpty |
![]() | = | PageScale |
![]() | = | PageUnit |
![]() | = | PixelOffsetMode |
![]() | = | RenderingOrigin |
![]() | = | SmoothingMode |
![]() | = | TextContrast |
![]() | = | TextRenderingHint |
![]() | = | Transform |
![]() | = | VisibleClipBounds |
![]() | System.Drawing.Icon != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | Clone () |
![]() | = | Dispose () |
![]() | - | ExtractAssociatedIcon (String filePath) |
![]() | = | FromHandle (IntPtr handle) |
![]() | = | Save (Stream outputStream) |
![]() | = | ToBitmap () |
![]() | = | ToString () |
![]() | = | Handle |
![]() | = | Height |
![]() | = | Size |
![]() | = | Width |
![]() | System.Drawing.IconConverter = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | CanConvertFrom (ITypeDescriptorContext context, Type sourceType) |
![]() | = | CanConvertTo (ITypeDescriptorContext context, Type destinationType) |
![]() | = | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, Object value) |
![]() | = | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) |
![]() | System.Drawing.ImageAnimator = | |
---|---|---|
![]() | = | Animate (Image image, EventHandler onFrameChangedHandler) |
![]() | = | CanAnimate (Image image) |
![]() | = | StopAnimate (Image image, EventHandler onFrameChangedHandler) |
![]() | = | UpdateFrames (Image image) |
![]() | = | UpdateFrames () |
![]() | System.Drawing.ImageConverter = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | CanConvertFrom (ITypeDescriptorContext context, Type sourceType) |
![]() | = | CanConvertTo (ITypeDescriptorContext context, Type destinationType) |
![]() | = | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, Object value) |
![]() | = | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) |
![]() | = | GetProperties (ITypeDescriptorContext context, Object value, Attribute[] attributes) |
![]() | = | GetPropertiesSupported (ITypeDescriptorContext context) |
![]() | System.Drawing.KnownColor != | |
---|---|---|
![]() | = | ActiveBorder |
![]() | = | ActiveCaption |
![]() | = | ActiveCaptionText |
![]() | = | AliceBlue |
![]() | = | AntiqueWhite |
![]() | = | AppWorkspace |
![]() | = | Aqua |
![]() | = | Aquamarine |
![]() | = | Azure |
![]() | = | Beige |
![]() | = | Bisque |
![]() | = | Black |
![]() | = | BlanchedAlmond |
![]() | = | Blue |
![]() | = | BlueViolet |
![]() | = | Brown |
![]() | = | BurlyWood |
![]() | - | ButtonFace |
![]() | - | ButtonHighlight |
![]() | - | ButtonShadow |
![]() | = | CadetBlue |
![]() | = | Chartreuse |
![]() | = | Chocolate |
![]() | = | Control |
![]() | = | ControlDark |
![]() | = | ControlDarkDark |
![]() | = | ControlLight |
![]() | = | ControlLightLight |
![]() | = | ControlText |
![]() | = | Coral |
![]() | = | CornflowerBlue |
![]() | = | Cornsilk |
![]() | = | Crimson |
![]() | = | Cyan |
![]() | = | DarkBlue |
![]() | = | DarkCyan |
![]() | = | DarkGoldenrod |
![]() | = | DarkGray |
![]() | = | DarkGreen |
![]() | = | DarkKhaki |
![]() | = | DarkMagenta |
![]() | = | DarkOliveGreen |
![]() | = | DarkOrange |
![]() | = | DarkOrchid |
![]() | = | DarkRed |
![]() | = | DarkSalmon |
![]() | = | DarkSeaGreen |
![]() | = | DarkSlateBlue |
![]() | = | DarkSlateGray |
![]() | = | DarkTurquoise |
![]() | = | DarkViolet |
![]() | = | DeepPink |
![]() | = | DeepSkyBlue |
![]() | = | Desktop |
![]() | = | DimGray |
![]() | = | DodgerBlue |
![]() | = | Firebrick |
![]() | = | FloralWhite |
![]() | = | ForestGreen |
![]() | = | Fuchsia |
![]() | = | Gainsboro |
![]() | = | GhostWhite |
![]() | = | Gold |
![]() | = | Goldenrod |
![]() | - | GradientActiveCaption |
![]() | - | GradientInactiveCaption |
![]() | = | Gray |
![]() | = | GrayText |
![]() | = | Green |
![]() | = | GreenYellow |
![]() | = | Highlight |
![]() | = | HighlightText |
![]() | = | Honeydew |
![]() | = | HotPink |
![]() | = | HotTrack |
![]() | = | InactiveBorder |
![]() | = | InactiveCaption |
![]() | = | InactiveCaptionText |
![]() | = | IndianRed |
![]() | = | Indigo |
![]() | = | Info |
![]() | = | InfoText |
![]() | = | Ivory |
![]() | = | Khaki |
![]() | = | Lavender |
![]() | = | LavenderBlush |
![]() | = | LawnGreen |
![]() | = | LemonChiffon |
![]() | = | LightBlue |
![]() | = | LightCoral |
![]() | = | LightCyan |
![]() | = | LightGoldenrodYellow |
![]() | = | LightGray |
![]() | = | LightGreen |
![]() | = | LightPink |
![]() | = | LightSalmon |
![]() | = | LightSeaGreen |
![]() | = | LightSkyBlue |
![]() | = | LightSlateGray |
![]() | = | LightSteelBlue |
![]() | = | LightYellow |
![]() | = | Lime |
![]() | = | LimeGreen |
![]() | = | Linen |
![]() | = | Magenta |
![]() | = | Maroon |
![]() | = | MediumAquamarine |
![]() | = | MediumBlue |
![]() | = | MediumOrchid |
![]() | = | MediumPurple |
![]() | = | MediumSeaGreen |
![]() | = | MediumSlateBlue |
![]() | = | MediumSpringGreen |
![]() | = | MediumTurquoise |
![]() | = | MediumVioletRed |
![]() | = | Menu |
![]() | - | MenuBar |
![]() | - | MenuHighlight |
![]() | = | MenuText |
![]() | = | MidnightBlue |
![]() | = | MintCream |
![]() | = | MistyRose |
![]() | = | Moccasin |
![]() | = | NavajoWhite |
![]() | = | Navy |
![]() | = | OldLace |
![]() | = | Olive |
![]() | = | OliveDrab |
![]() | = | Orange |
![]() | = | OrangeRed |
![]() | = | Orchid |
![]() | = | PaleGoldenrod |
![]() | = | PaleGreen |
![]() | = | PaleTurquoise |
![]() | = | PaleVioletRed |
![]() | = | PapayaWhip |
![]() | = | PeachPuff |
![]() | = | Peru |
![]() | = | Pink |
![]() | = | Plum |
![]() | = | PowderBlue |
![]() | = | Purple |
![]() | = | Red |
![]() | = | RosyBrown |
![]() | = | RoyalBlue |
![]() | = | SaddleBrown |
![]() | = | Salmon |
![]() | = | SandyBrown |
![]() | = | ScrollBar |
![]() | = | SeaGreen |
![]() | = | SeaShell |
![]() | = | Sienna |
![]() | = | Silver |
![]() | = | SkyBlue |
![]() | = | SlateBlue |
![]() | = | SlateGray |
![]() | = | Snow |
![]() | = | SpringGreen |
![]() | = | SteelBlue |
![]() | = | Tan |
![]() | = | Teal |
![]() | = | Thistle |
![]() | = | Tomato |
![]() | = | Transparent |
![]() | = | Turquoise |
![]() | = | value__ |
![]() | = | Violet |
![]() | = | Wheat |
![]() | = | White |
![]() | = | WhiteSmoke |
![]() | = | Window |
![]() | = | WindowFrame |
![]() | = | WindowText |
![]() | = | Yellow |
![]() | = | YellowGreen |
![]() | System.Drawing.Pen = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | Clone () |
![]() | = | Dispose () |
![]() | = | MultiplyTransform (Matrix matrix) |
![]() | = | MultiplyTransform (Matrix matrix, MatrixOrder order) |
![]() | = | ResetTransform () |
![]() | = | RotateTransform (Single angle) |
![]() | = | RotateTransform (Single angle, MatrixOrder order) |
![]() | = | ScaleTransform (Single sx, Single sy) |
![]() | = | ScaleTransform (Single sx, Single sy, MatrixOrder order) |
![]() | = | SetLineCap (LineCap startCap, LineCap endCap, DashCap dashCap) |
![]() | = | TranslateTransform (Single dx, Single dy) |
![]() | = | TranslateTransform (Single dx, Single dy, MatrixOrder order) |
![]() | = | Alignment |
![]() | = | Brush |
![]() | = | Color |
![]() | = | CompoundArray |
![]() | = | CustomEndCap |
![]() | = | CustomStartCap |
![]() | = | DashCap |
![]() | = | DashOffset |
![]() | = | DashPattern |
![]() | = | DashStyle |
![]() | = | EndCap |
![]() | = | LineJoin |
![]() | = | MiterLimit |
![]() | = | PenType |
![]() | = | StartCap |
![]() | = | Transform |
![]() | = | Width |
![]() | System.Drawing.Pens = | |
---|---|---|
![]() | = | AliceBlue |
![]() | = | AntiqueWhite |
![]() | = | Aqua |
![]() | = | Aquamarine |
![]() | = | Azure |
![]() | = | Beige |
![]() | = | Bisque |
![]() | = | Black |
![]() | = | BlanchedAlmond |
![]() | = | Blue |
![]() | = | BlueViolet |
![]() | = | Brown |
![]() | = | BurlyWood |
![]() | = | CadetBlue |
![]() | = | Chartreuse |
![]() | = | Chocolate |
![]() | = | Coral |
![]() | = | CornflowerBlue |
![]() | = | Cornsilk |
![]() | = | Crimson |
![]() | = | Cyan |
![]() | = | DarkBlue |
![]() | = | DarkCyan |
![]() | = | DarkGoldenrod |
![]() | = | DarkGray |
![]() | = | DarkGreen |
![]() | = | DarkKhaki |
![]() | = | DarkMagenta |
![]() | = | DarkOliveGreen |
![]() | = | DarkOrange |
![]() | = | DarkOrchid |
![]() | = | DarkRed |
![]() | = | DarkSalmon |
![]() | = | DarkSeaGreen |
![]() | = | DarkSlateBlue |
![]() | = | DarkSlateGray |
![]() | = | DarkTurquoise |
![]() | = | DarkViolet |
![]() | = | DeepPink |
![]() | = | DeepSkyBlue |
![]() | = | DimGray |
![]() | = | DodgerBlue |
![]() | = | Firebrick |
![]() | = | FloralWhite |
![]() | = | ForestGreen |
![]() | = | Fuchsia |
![]() | = | Gainsboro |
![]() | = | GhostWhite |
![]() | = | Gold |
![]() | = | Goldenrod |
![]() | = | Gray |
![]() | = | Green |
![]() | = | GreenYellow |
![]() | = | Honeydew |
![]() | = | HotPink |
![]() | = | IndianRed |
![]() | = | Indigo |
![]() | = | Ivory |
![]() | = | Khaki |
![]() | = | Lavender |
![]() | = | LavenderBlush |
![]() | = | LawnGreen |
![]() | = | LemonChiffon |
![]() | = | LightBlue |
![]() | = | LightCoral |
![]() | = | LightCyan |
![]() | = | LightGoldenrodYellow |
![]() | = | LightGray |
![]() | = | LightGreen |
![]() | = | LightPink |
![]() | = | LightSalmon |
![]() | = | LightSeaGreen |
![]() | = | LightSkyBlue |
![]() | = | LightSlateGray |
![]() | = | LightSteelBlue |
![]() | = | LightYellow |
![]() | = | Lime |
![]() | = | LimeGreen |
![]() | = | Linen |
![]() | = | Magenta |
![]() | = | Maroon |
![]() | = | MediumAquamarine |
![]() | = | MediumBlue |
![]() | = | MediumOrchid |
![]() | = | MediumPurple |
![]() | = | MediumSeaGreen |
![]() | = | MediumSlateBlue |
![]() | = | MediumSpringGreen |
![]() | = | MediumTurquoise |
![]() | = | MediumVioletRed |
![]() | = | MidnightBlue |
![]() | = | MintCream |
![]() | = | MistyRose |
![]() | = | Moccasin |
![]() | = | NavajoWhite |
![]() | = | Navy |
![]() | = | OldLace |
![]() | = | Olive |
![]() | = | OliveDrab |
![]() | = | Orange |
![]() | = | OrangeRed |
![]() | = | Orchid |
![]() | = | PaleGoldenrod |
![]() | = | PaleGreen |
![]() | = | PaleTurquoise |
![]() | = | PaleVioletRed |
![]() | = | PapayaWhip |
![]() | = | PeachPuff |
![]() | = | Peru |
![]() | = | Pink |
![]() | = | Plum |
![]() | = | PowderBlue |
![]() | = | Purple |
![]() | = | Red |
![]() | = | RosyBrown |
![]() | = | RoyalBlue |
![]() | = | SaddleBrown |
![]() | = | Salmon |
![]() | = | SandyBrown |
![]() | = | SeaGreen |
![]() | = | SeaShell |
![]() | = | Sienna |
![]() | = | Silver |
![]() | = | SkyBlue |
![]() | = | SlateBlue |
![]() | = | SlateGray |
![]() | = | Snow |
![]() | = | SpringGreen |
![]() | = | SteelBlue |
![]() | = | Tan |
![]() | = | Teal |
![]() | = | Thistle |
![]() | = | Tomato |
![]() | = | Transparent |
![]() | = | Turquoise |
![]() | = | Violet |
![]() | = | Wheat |
![]() | = | White |
![]() | = | WhiteSmoke |
![]() | = | Yellow |
![]() | = | YellowGreen |
![]() | System.Drawing.Point != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | Empty |
![]() | - | Add (Point pt, Size sz) |
![]() | = | Ceiling (PointF value) |
![]() | = | Equals (Object obj) |
![]() | = | GetHashCode () |
![]() | = | Offset (Int32 dx, Int32 dy) |
![]() | - | Offset (Point p) |
![]() | = | op_Addition (Point pt, Size sz) |
![]() | = | op_Equality (Point left, Point right) |
![]() | = | op_Explicit (Point p) |
![]() | = | op_Implicit (Point p) |
![]() | = | op_Inequality (Point left, Point right) |
![]() | = | op_Subtraction (Point pt, Size sz) |
![]() | = | Round (PointF value) |
![]() | - | Subtract (Point pt, Size sz) |
![]() | = | ToString () |
![]() | = | Truncate (PointF value) |
![]() | = | IsEmpty |
![]() | = | X |
![]() | = | Y |
![]() | System.Drawing.PointConverter = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | CanConvertFrom (ITypeDescriptorContext context, Type sourceType) |
![]() | = | CanConvertTo (ITypeDescriptorContext context, Type destinationType) |
![]() | = | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, Object value) |
![]() | = | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) |
![]() | = | CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues) |
![]() | = | GetCreateInstanceSupported (ITypeDescriptorContext context) |
![]() | = | GetProperties (ITypeDescriptorContext context, Object value, Attribute[] attributes) |
![]() | = | GetPropertiesSupported (ITypeDescriptorContext context) |
![]() | System.Drawing.Rectangle = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | Empty |
![]() | = | Ceiling (RectangleF value) |
![]() | = | Contains (Point pt) |
![]() | = | Contains (Int32 x, Int32 y) |
![]() | = | Contains (Rectangle rect) |
![]() | = | Equals (Object obj) |
![]() | = | FromLTRB (Int32 left, Int32 top, Int32 right, Int32 bottom) |
![]() | = | GetHashCode () |
![]() | = | Inflate (Int32 width, Int32 height) |
![]() | = | Inflate (Size size) |
![]() | = | Inflate (Rectangle rect, Int32 x, Int32 y) |
![]() | = | Intersect (Rectangle rect) |
![]() | = | Intersect (Rectangle a, Rectangle b) |
![]() | = | IntersectsWith (Rectangle rect) |
![]() | = | Offset (Point pos) |
![]() | = | Offset (Int32 x, Int32 y) |
![]() | = | op_Equality (Rectangle left, Rectangle right) |
![]() | = | op_Inequality (Rectangle left, Rectangle right) |
![]() | = | Round (RectangleF value) |
![]() | = | ToString () |
![]() | = | Truncate (RectangleF value) |
![]() | = | Union (Rectangle a, Rectangle b) |
![]() | = | Bottom |
![]() | = | Height |
![]() | = | IsEmpty |
![]() | = | Left |
![]() | = | Location |
![]() | = | Right |
![]() | = | Size |
![]() | = | Top |
![]() | = | Width |
![]() | = | X |
![]() | = | Y |
![]() | System.Drawing.RectangleConverter = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | CanConvertFrom (ITypeDescriptorContext context, Type sourceType) |
![]() | = | CanConvertTo (ITypeDescriptorContext context, Type destinationType) |
![]() | = | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, Object value) |
![]() | = | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) |
![]() | = | CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues) |
![]() | = | GetCreateInstanceSupported (ITypeDescriptorContext context) |
![]() | = | GetProperties (ITypeDescriptorContext context, Object value, Attribute[] attributes) |
![]() | = | GetPropertiesSupported (ITypeDescriptorContext context) |
Powered by Ricciolo