System.Drawing
Generated by tools/NetForms.ApiDiff --markdown - do not edit by hand. All namespaces.
48 types: 21 complete, 13 partial, 14 missing; 200 members missing from partial types.
| Type | Kind | Status | Missing members |
|---|---|---|---|
| Bitmap | class | ๐ก partial | 8 |
| BitmapSuffixInSameAssemblyAttribute | class | โ missing | |
| BitmapSuffixInSatelliteAssemblyAttribute | class | โ missing | |
| Brush | class | ๐ก partial | 1 |
| Brushes | class | โ complete | |
| BufferedGraphics | class | โ missing | |
| BufferedGraphicsContext | class | โ missing | |
| BufferedGraphicsManager | class | โ missing | |
| CharacterRange | struct | โ missing | |
| ContentAlignment | enum | โ complete | |
| CopyPixelOperation | enum | โ missing | |
| Font | class | ๐ก partial | 13 |
| FontConverter | class | โ complete | |
| FontConverter.FontNameConverter | class | โ missing | |
| FontConverter.FontUnitConverter | class | โ missing | |
| FontFamily | class | ๐ก partial | 1 |
| FontStyle | enum | โ complete | |
| Graphics | class | ๐ก partial | 110 |
| Graphics.DrawImageAbort | delegate | โ complete | |
| Graphics.EnumerateMetafileProc | delegate | โ missing | |
| GraphicsUnit | enum | โ complete | |
| IDeviceContext | interface | โ complete | |
| Icon | class | ๐ก partial | 3 |
| IconConverter | class | โ complete | |
| Image | class | ๐ก partial | 16 |
| Image.GetThumbnailImageAbort | delegate | โ complete | |
| ImageAnimator | class | โ missing | |
| ImageConverter | class | โ complete | |
| ImageFormatConverter | class | โ missing | |
| Pen | class | ๐ก partial | 19 |
| Pens | class | โ complete | |
| Region | class | ๐ก partial | 11 |
| RotateFlipType | enum | โ complete | |
| SolidBrush | class | โ complete | |
| StockIconId | enum | โ complete | |
| StockIconOptions | enum | โ complete | |
| StringAlignment | enum | โ complete | |
| StringDigitSubstitute | enum | โ missing | |
| StringFormat | class | ๐ก partial | 7 |
| StringFormatFlags | enum | โ complete | |
| StringTrimming | enum | โ complete | |
| StringUnit | enum | โ missing | |
| SystemBrushes | class | ๐ก partial | 1 |
| SystemFonts | class | โ complete | |
| SystemIcons | class | โ complete | |
| SystemPens | class | ๐ก partial | 1 |
| TextureBrush | class | ๐ก partial | 9 |
| ToolboxBitmapAttribute | class | โ complete |
Missing members of partial types
Bitmap
System.IntPtr GetHbitmap()
System.IntPtr GetHbitmap(System.Drawing.Color)
System.IntPtr GetHicon()
System.Void ApplyEffect(System.Drawing.Imaging.Effects.Effect, System.Drawing.Rectangle)
System.Void ConvertFormat(System.Drawing.Imaging.PixelFormat)
System.Void ConvertFormat(System.Drawing.Imaging.PixelFormat, System.Drawing.Imaging.DitherType, System.Drawing.Imaging.PaletteType, System.Drawing.Imaging.ColorPalette, System.Single)
static System.Drawing.Bitmap FromHicon(System.IntPtr)
static System.Drawing.Bitmap FromResource(System.IntPtr, System.String)
Brush
System.Void SetNativeBrush(System.IntPtr)
Font
.ctor(System.Drawing.FontFamily, System.Single, System.Drawing.FontStyle, System.Drawing.GraphicsUnit, System.Byte)
.ctor(System.Drawing.FontFamily, System.Single, System.Drawing.FontStyle, System.Drawing.GraphicsUnit, System.Byte, System.Boolean)
System.IntPtr ToHfont()
System.Void ToLogFont(System.Object)
System.Void ToLogFont(System.Object, System.Drawing.Graphics)
System.Void ToLogFont(ref System.Drawing.Interop.LOGFONT)
System.Void ToLogFont(ref System.Drawing.Interop.LOGFONT, System.Drawing.Graphics)
static System.Drawing.Font FromHdc(System.IntPtr)
static System.Drawing.Font FromHfont(System.IntPtr)
static System.Drawing.Font FromLogFont(System.Object)
static System.Drawing.Font FromLogFont(System.Object, System.IntPtr)
static System.Drawing.Font FromLogFont(ref System.Drawing.Interop.LOGFONT)
static System.Drawing.Font FromLogFont(ref System.Drawing.Interop.LOGFONT, System.IntPtr)
FontFamily
.ctor(System.String, System.Drawing.Text.FontCollection)
Graphics
System.Boolean IsVisible(System.Int32, System.Int32, System.Int32, System.Int32)
System.Boolean IsVisible(System.Single, System.Single, System.Single, System.Single)
System.Drawing.Point RenderingOrigin { get; set; }
System.Drawing.Region[] MeasureCharacterRanges(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.RectangleF, System.Drawing.StringFormat)
System.Drawing.Region[] MeasureCharacterRanges(System.String, System.Drawing.Font, System.Drawing.RectangleF, System.Drawing.StringFormat)
System.Drawing.SizeF MeasureString(System.ReadOnlySpan<System.Char>, System.Drawing.Font)
System.Drawing.SizeF MeasureString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.PointF, System.Drawing.StringFormat)
System.Drawing.SizeF MeasureString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.SizeF)
System.Drawing.SizeF MeasureString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.SizeF, System.Drawing.StringFormat)
System.Drawing.SizeF MeasureString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.SizeF, System.Drawing.StringFormat, ref System.Int32, ref System.Int32)
System.Drawing.SizeF MeasureString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Int32)
System.Drawing.SizeF MeasureString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Int32, System.Drawing.StringFormat)
System.Drawing.SizeF MeasureStringInternal(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.RectangleF, System.Drawing.StringFormat, ref System.Int32, ref System.Int32)
System.Numerics.Matrix3x2 TransformElements { get; set; }
System.Object GetContextInfo()
System.Void AddMetafileComment(System.Byte[])
System.Void CopyFromScreen(System.Drawing.Point, System.Drawing.Point, System.Drawing.Size, System.Drawing.CopyPixelOperation)
System.Void CopyFromScreen(System.Int32, System.Int32, System.Int32, System.Int32, System.Drawing.Size, System.Drawing.CopyPixelOperation)
System.Void DrawBeziers(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.Point>)
System.Void DrawBeziers(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.PointF>)
System.Void DrawCachedBitmap(System.Drawing.Imaging.CachedBitmap, System.Int32, System.Int32)
System.Void DrawClosedCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.Point>)
System.Void DrawClosedCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.Point>, System.Single, System.Drawing.Drawing2D.FillMode)
System.Void DrawClosedCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.PointF>)
System.Void DrawClosedCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.PointF>, System.Single, System.Drawing.Drawing2D.FillMode)
System.Void DrawCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.Point>)
System.Void DrawCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.Point>, System.Int32, System.Int32, System.Single)
System.Void DrawCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.Point>, System.Single)
System.Void DrawCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.PointF>)
System.Void DrawCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.PointF>, System.Int32, System.Int32)
System.Void DrawCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.PointF>, System.Int32, System.Int32, System.Single)
System.Void DrawCurve(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.PointF>, System.Single)
System.Void DrawImage(System.Drawing.Image, System.Drawing.Imaging.Effects.Effect)
System.Void DrawImage(System.Drawing.Image, System.Drawing.Imaging.Effects.Effect, System.Drawing.RectangleF, System.Drawing.Drawing2D.Matrix, System.Drawing.GraphicsUnit, System.Drawing.Imaging.ImageAttributes)
System.Void DrawLines(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.Point>)
System.Void DrawLines(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.PointF>)
System.Void DrawPolygon(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.Point>)
System.Void DrawPolygon(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.PointF>)
System.Void DrawRectangles(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.Rectangle>)
System.Void DrawRectangles(System.Drawing.Pen, System.ReadOnlySpan<System.Drawing.RectangleF>)
System.Void DrawRoundedRectangle(System.Drawing.Pen, System.Drawing.Rectangle, System.Drawing.Size)
System.Void DrawRoundedRectangle(System.Drawing.Pen, System.Drawing.RectangleF, System.Drawing.SizeF)
System.Void DrawString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.Brush, System.Drawing.PointF)
System.Void DrawString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.Brush, System.Drawing.PointF, System.Drawing.StringFormat)
System.Void DrawString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.Brush, System.Drawing.RectangleF)
System.Void DrawString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.Brush, System.Drawing.RectangleF, System.Drawing.StringFormat)
System.Void DrawString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.Brush, System.Single, System.Single)
System.Void DrawString(System.ReadOnlySpan<System.Char>, System.Drawing.Font, System.Drawing.Brush, System.Single, System.Single, System.Drawing.StringFormat)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point, System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point, System.Drawing.Rectangle, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point, System.Drawing.Rectangle, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point, System.Drawing.Rectangle, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF, System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF, System.Drawing.RectangleF, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF, System.Drawing.RectangleF, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF, System.Drawing.RectangleF, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF[], System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF[], System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF[], System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF[], System.Drawing.RectangleF, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF[], System.Drawing.RectangleF, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.PointF[], System.Drawing.RectangleF, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point[], System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point[], System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point[], System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point[], System.Drawing.Rectangle, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point[], System.Drawing.Rectangle, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Point[], System.Drawing.Rectangle, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Rectangle, System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Rectangle, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Rectangle, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Rectangle, System.Drawing.Rectangle, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Rectangle, System.Drawing.Rectangle, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.Rectangle, System.Drawing.Rectangle, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.RectangleF, System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.RectangleF, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.RectangleF, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.RectangleF, System.Drawing.RectangleF, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.RectangleF, System.Drawing.RectangleF, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr)
System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile, System.Drawing.RectangleF, System.Drawing.RectangleF, System.Drawing.GraphicsUnit, System.Drawing.Graphics.EnumerateMetafileProc, System.IntPtr, System.Drawing.Imaging.ImageAttributes)
System.Void FillClosedCurve(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.Point>)
System.Void FillClosedCurve(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.Point>, System.Drawing.Drawing2D.FillMode)
System.Void FillClosedCurve(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.Point>, System.Drawing.Drawing2D.FillMode, System.Single)
System.Void FillClosedCurve(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.PointF>)
System.Void FillClosedCurve(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.PointF>, System.Drawing.Drawing2D.FillMode)
System.Void FillClosedCurve(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.PointF>, System.Drawing.Drawing2D.FillMode, System.Single)
System.Void FillPie(System.Drawing.Brush, System.Drawing.RectangleF, System.Single, System.Single)
System.Void FillPolygon(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.Point>)
System.Void FillPolygon(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.Point>, System.Drawing.Drawing2D.FillMode)
System.Void FillPolygon(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.PointF>)
System.Void FillPolygon(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.PointF>, System.Drawing.Drawing2D.FillMode)
System.Void FillRectangles(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.Rectangle>)
System.Void FillRectangles(System.Drawing.Brush, System.ReadOnlySpan<System.Drawing.RectangleF>)
System.Void FillRoundedRectangle(System.Drawing.Brush, System.Drawing.Rectangle, System.Drawing.Size)
System.Void FillRoundedRectangle(System.Drawing.Brush, System.Drawing.RectangleF, System.Drawing.SizeF)
System.Void GetContextInfo(ref System.Drawing.PointF)
System.Void GetContextInfo(ref System.Drawing.PointF, ref System.Drawing.Region)
System.Void ReleaseHdcInternal(System.IntPtr)
System.Void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace, System.Drawing.Drawing2D.CoordinateSpace, System.ReadOnlySpan<System.Drawing.Point>)
System.Void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace, System.Drawing.Drawing2D.CoordinateSpace, System.ReadOnlySpan<System.Drawing.PointF>)
static System.Drawing.Graphics FromHdc(System.IntPtr)
static System.Drawing.Graphics FromHdc(System.IntPtr, System.IntPtr)
static System.Drawing.Graphics FromHdcInternal(System.IntPtr)
static System.Drawing.Graphics FromHwnd(System.IntPtr)
static System.Drawing.Graphics FromHwndInternal(System.IntPtr)
static System.IntPtr GetHalftonePalette()
Icon
.ctor(System.Type, System.String)
static System.Drawing.Icon ExtractIcon(System.String, System.Int32, System.Boolean)
static System.Drawing.Icon ExtractIcon(System.String, System.Int32, System.Int32)
Image
System.Drawing.Imaging.ColorPalette Palette { get; set; }
System.Drawing.Imaging.EncoderParameters GetEncoderParameterList(System.Guid)
System.Drawing.Imaging.PropertyItem GetPropertyItem(System.Int32)
System.Drawing.Imaging.PropertyItem[] PropertyItems { get; }
System.Guid[] FrameDimensionsList { get; }
System.Int32 GetFrameCount(System.Drawing.Imaging.FrameDimension)
System.Int32 SelectActiveFrame(System.Drawing.Imaging.FrameDimension, System.Int32)
System.Int32[] PropertyIdList { get; }
System.Void RemovePropertyItem(System.Int32)
System.Void Save(System.IO.Stream, System.Drawing.Imaging.ImageCodecInfo, System.Drawing.Imaging.EncoderParameters)
System.Void Save(System.String, System.Drawing.Imaging.ImageCodecInfo, System.Drawing.Imaging.EncoderParameters)
System.Void SaveAdd(System.Drawing.Image, System.Drawing.Imaging.EncoderParameters)
System.Void SaveAdd(System.Drawing.Imaging.EncoderParameters)
System.Void SetPropertyItem(System.Drawing.Imaging.PropertyItem)
static System.Drawing.Bitmap FromHbitmap(System.IntPtr)
static System.Drawing.Bitmap FromHbitmap(System.IntPtr, System.IntPtr)
Pen
System.Drawing.Drawing2D.CustomLineCap CustomEndCap { get; set; }
System.Drawing.Drawing2D.CustomLineCap CustomStartCap { get; set; }
System.Drawing.Drawing2D.DashCap DashCap { get; set; }
System.Drawing.Drawing2D.Matrix Transform { get; set; }
System.Drawing.Drawing2D.PenAlignment Alignment { get; set; }
System.Drawing.Drawing2D.PenType PenType { get; }
System.Single DashOffset { get; set; }
System.Single MiterLimit { get; set; }
System.Single[] CompoundArray { get; set; }
System.Void MultiplyTransform(System.Drawing.Drawing2D.Matrix)
System.Void MultiplyTransform(System.Drawing.Drawing2D.Matrix, System.Drawing.Drawing2D.MatrixOrder)
System.Void ResetTransform()
System.Void RotateTransform(System.Single)
System.Void RotateTransform(System.Single, System.Drawing.Drawing2D.MatrixOrder)
System.Void ScaleTransform(System.Single, System.Single)
System.Void ScaleTransform(System.Single, System.Single, System.Drawing.Drawing2D.MatrixOrder)
System.Void SetLineCap(System.Drawing.Drawing2D.LineCap, System.Drawing.Drawing2D.LineCap, System.Drawing.Drawing2D.DashCap)
System.Void TranslateTransform(System.Single, System.Single)
System.Void TranslateTransform(System.Single, System.Single, System.Drawing.Drawing2D.MatrixOrder)
Region
.ctor(System.Drawing.Drawing2D.RegionData)
System.Boolean IsVisible(System.Int32, System.Int32, System.Drawing.Graphics)
System.Boolean IsVisible(System.Int32, System.Int32, System.Int32, System.Int32)
System.Boolean IsVisible(System.Int32, System.Int32, System.Int32, System.Int32, System.Drawing.Graphics)
System.Boolean IsVisible(System.Single, System.Single, System.Drawing.Graphics)
System.Boolean IsVisible(System.Single, System.Single, System.Single, System.Single)
System.Boolean IsVisible(System.Single, System.Single, System.Single, System.Single, System.Drawing.Graphics)
System.Drawing.Drawing2D.RegionData GetRegionData()
System.IntPtr GetHrgn(System.Drawing.Graphics)
System.Void ReleaseHrgn(System.IntPtr)
static System.Drawing.Region FromHrgn(System.IntPtr)
StringFormat
.ctor(System.Drawing.StringFormatFlags, System.Int32)
System.Drawing.StringDigitSubstitute DigitSubstitutionMethod { get; }
System.Int32 DigitSubstitutionLanguage { get; }
System.Single[] GetTabStops(ref System.Single)
System.Void SetDigitSubstitution(System.Int32, System.Drawing.StringDigitSubstitute)
System.Void SetMeasurableCharacterRanges(System.Drawing.CharacterRange[])
System.Void SetTabStops(System.Single, System.Single[])
SystemBrushes
static System.Drawing.Brush FromSystemColor(System.Drawing.Color)
SystemPens
static System.Drawing.Pen FromSystemColor(System.Drawing.Color)
TextureBrush
.ctor(System.Drawing.Image, System.Drawing.Drawing2D.WrapMode, System.Drawing.RectangleF)
.ctor(System.Drawing.Image, System.Drawing.Rectangle, System.Drawing.Imaging.ImageAttributes)
.ctor(System.Drawing.Image, System.Drawing.RectangleF)
.ctor(System.Drawing.Image, System.Drawing.RectangleF, System.Drawing.Imaging.ImageAttributes)
System.Void MultiplyTransform(System.Drawing.Drawing2D.Matrix)
System.Void MultiplyTransform(System.Drawing.Drawing2D.Matrix, System.Drawing.Drawing2D.MatrixOrder)
System.Void RotateTransform(System.Single, System.Drawing.Drawing2D.MatrixOrder)
System.Void ScaleTransform(System.Single, System.Single, System.Drawing.Drawing2D.MatrixOrder)
System.Void TranslateTransform(System.Single, System.Single, System.Drawing.Drawing2D.MatrixOrder)