Magick.NET-Q8-AnyCPU by Dirk Lemstra

<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="7.20.0" />

.NET API 525,520 bytes

 Drawables

public sealed class Drawables : IDrawables<byte>, IEnumerable<IDrawable>, IEnumerable
public Drawables()

public IDrawables<byte> Affine(double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY)

public IDrawables<byte> Alpha(double x, double y, PaintMethod paintMethod)

public IDrawables<byte> Arc(double startX, double startY, double endX, double endY, double startDegrees, double endDegrees)

public IDrawables<byte> Bezier(PointD[] coordinates)

public IDrawables<byte> Bezier(IEnumerable<PointD> coordinates)

public IDrawables<byte> BorderColor(IMagickColor<byte> color)

public IDrawables<byte> Circle(double originX, double originY, double perimeterX, double perimeterY)

public IDrawables<byte> ClipPath(string clipPath)

public IDrawables<byte> ClipRule(FillRule fillRule)

public IDrawables<byte> ClipUnits(ClipPathUnit units)

public IDrawables<byte> Color(double x, double y, PaintMethod paintMethod)

public IDrawables<byte> Composite(IMagickGeometry offset, IMagickImage<byte> image)

public IDrawables<byte> Composite(double x, double y, IMagickImage<byte> image)

public IDrawables<byte> Composite(IMagickGeometry offset, CompositeOperator compose, IMagickImage<byte> image)

public IDrawables<byte> Composite(double x, double y, CompositeOperator compose, IMagickImage<byte> image)

public IDrawables<byte> Density(double density)

public IDrawables<byte> Density(PointD pointDensity)

public IDrawables<byte> Draw(IMagickImage<byte> image)

public IDrawables<byte> Ellipse(double originX, double originY, double radiusX, double radiusY, double startDegrees, double endDegrees)

public IDrawables<byte> FillColor(IMagickColor<byte> color)

public IDrawables<byte> FillOpacity(Percentage opacity)

public IDrawables<byte> FillPatternUrl(string url)

public IDrawables<byte> FillRule(FillRule fillRule)

public IDrawables<byte> Font(string family)

public IDrawables<byte> Font(string family, FontStyleType style, FontWeight weight, FontStretch stretch)

public IDrawables<byte> FontPointSize(double pointSize)

public ITypeMetric FontTypeMetrics(string text)

public ITypeMetric FontTypeMetrics(string text, bool ignoreNewlines)

public IEnumerator<IDrawable> GetEnumerator()

public IDrawables<byte> Gravity(Gravity gravity)

public IDrawables<byte> Line(double startX, double startY, double endX, double endY)

public IDrawables<byte> Path(IPath[] paths)

public IDrawables<byte> Path(IEnumerable<IPath> paths)

public IPaths<byte> Paths()

public IDrawables<byte> Point(double x, double y)

public IDrawables<byte> Polygon(PointD[] coordinates)

public IDrawables<byte> Polygon(IEnumerable<PointD> coordinates)

public IDrawables<byte> Polyline(PointD[] coordinates)

public IDrawables<byte> Polyline(IEnumerable<PointD> coordinates)

public IDrawables<byte> PopClipPath()

public IDrawables<byte> PopGraphicContext()

public IDrawables<byte> PopPattern()

public IDrawables<byte> PushClipPath(string clipPath)

public IDrawables<byte> PushGraphicContext()

public IDrawables<byte> PushPattern(string id, double x, double y, double width, double height)

public IDrawables<byte> Rectangle(double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY)

public IDrawables<byte> Rotation(double angle)

public IDrawables<byte> RoundRectangle(double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY, double cornerWidth, double cornerHeight)

public IDrawables<byte> Scaling(double x, double y)

public IDrawables<byte> SkewX(double angle)

public IDrawables<byte> SkewY(double angle)

public IDrawables<byte> StrokeAntialias(bool isEnabled)

public IDrawables<byte> StrokeColor(IMagickColor<byte> color)

public IDrawables<byte> StrokeDashArray(double[] dash)

public IDrawables<byte> StrokeDashOffset(double offset)

public IDrawables<byte> StrokeLineCap(LineCap lineCap)

public IDrawables<byte> StrokeLineJoin(LineJoin lineJoin)

public IDrawables<byte> StrokeMiterLimit(int miterlimit)

public IDrawables<byte> StrokeOpacity(Percentage opacity)

public IDrawables<byte> StrokePatternUrl(string url)

public IDrawables<byte> StrokeWidth(double width)

public IDrawables<byte> Text(double x, double y, string value)

public IDrawables<byte> TextAlignment(TextAlignment alignment)

public IDrawables<byte> TextAntialias(bool isEnabled)

public IDrawables<byte> TextDecoration(TextDecoration decoration)

public IDrawables<byte> TextDirection(TextDirection direction)

public IDrawables<byte> TextEncoding(Encoding encoding)

public IDrawables<byte> TextInterlineSpacing(double spacing)

public IDrawables<byte> TextInterwordSpacing(double spacing)

public IDrawables<byte> TextKerning(double kerning)

public IDrawables<byte> TextUnderColor(IMagickColor<byte> color)

public IDrawables<byte> Translation(double x, double y)

public IDrawables<byte> Viewbox(double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY)