NetForms

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)

Edit this page on GitHub