C# Класс ImageMagick.DrawingWand.NativeMethods.X64

Показать файл Открыть проект

Приватные методы

Метод Описание
DrawingWand_Affine ( IntPtr Instance, double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY, IntPtr &exception ) : void
DrawingWand_Alpha ( IntPtr Instance, double x, double y, UIntPtr paintMethod, IntPtr &exception ) : void
DrawingWand_Arc ( IntPtr Instance, double startX, double startY, double endX, double endY, double startDegrees, double endDegrees, IntPtr &exception ) : void
DrawingWand_Bezier ( IntPtr Instance, IntPtr coordinates, UIntPtr length, IntPtr &exception ) : void
DrawingWand_BorderColor ( IntPtr Instance, IntPtr value, IntPtr &exception ) : void
DrawingWand_Circle ( IntPtr Instance, double originX, double originY, double perimeterX, double perimeterY, IntPtr &exception ) : void
DrawingWand_ClipPath ( IntPtr Instance, IntPtr value, IntPtr &exception ) : void
DrawingWand_ClipRule ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
DrawingWand_ClipUnits ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
DrawingWand_Color ( IntPtr Instance, double x, double y, UIntPtr paintMethod, IntPtr &exception ) : void
DrawingWand_Composite ( IntPtr Instance, double x, double y, double width, double height, UIntPtr compositeOperator, IntPtr image, IntPtr &exception ) : void
DrawingWand_Create ( IntPtr image, IntPtr settings ) : IntPtr
DrawingWand_Density ( IntPtr Instance, IntPtr value, IntPtr &exception ) : void
DrawingWand_Dispose ( IntPtr instance ) : void
DrawingWand_Ellipse ( IntPtr Instance, double originX, double originY, double radiusX, double radiusY, double startDegrees, double endDegrees, IntPtr &exception ) : void
DrawingWand_FillColor ( IntPtr Instance, IntPtr value, IntPtr &exception ) : void
DrawingWand_FillOpacity ( IntPtr Instance, double value, IntPtr &exception ) : void
DrawingWand_FillPatternUrl ( IntPtr Instance, IntPtr url, IntPtr &exception ) : void
DrawingWand_FillRule ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
DrawingWand_Font ( IntPtr Instance, IntPtr fontName, IntPtr &exception ) : void
DrawingWand_FontFamily ( IntPtr Instance, IntPtr family, UIntPtr style, UIntPtr weight, UIntPtr stretch, IntPtr &exception ) : void
DrawingWand_FontPointSize ( IntPtr Instance, double value, IntPtr &exception ) : void
DrawingWand_Gravity ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
DrawingWand_Line ( IntPtr Instance, double startX, double startY, double endX, double endY, IntPtr &exception ) : void
DrawingWand_PathArcAbs ( IntPtr Instance, double x, double y, double radiusX, double radiusY, double rotationX, [ useLargeArc, [ useSweep, IntPtr &exception ) : void
DrawingWand_PathArcRel ( IntPtr Instance, double x, double y, double radiusX, double radiusY, double rotationX, [ useLargeArc, [ useSweep, IntPtr &exception ) : void
DrawingWand_PathClose ( IntPtr Instance, IntPtr &exception ) : void
DrawingWand_PathCurveToAbs ( IntPtr Instance, double x1, double y1, double x2, double y2, double x, double y, IntPtr &exception ) : void
DrawingWand_PathCurveToRel ( IntPtr Instance, double x1, double y1, double x2, double y2, double x, double y, IntPtr &exception ) : void
DrawingWand_PathFinish ( IntPtr Instance, IntPtr &exception ) : void
DrawingWand_PathLineToAbs ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
DrawingWand_PathLineToHorizontalAbs ( IntPtr Instance, double x, IntPtr &exception ) : void
DrawingWand_PathLineToHorizontalRel ( IntPtr Instance, double x, IntPtr &exception ) : void
DrawingWand_PathLineToRel ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
DrawingWand_PathLineToVerticalAbs ( IntPtr Instance, double y, IntPtr &exception ) : void
DrawingWand_PathLineToVerticalRel ( IntPtr Instance, double y, IntPtr &exception ) : void
DrawingWand_PathMoveToAbs ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
DrawingWand_PathMoveToRel ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
DrawingWand_PathQuadraticCurveToAbs ( IntPtr Instance, double x1, double y1, double x, double y, IntPtr &exception ) : void
DrawingWand_PathQuadraticCurveToRel ( IntPtr Instance, double x1, double y1, double x, double y, IntPtr &exception ) : void
DrawingWand_PathSmoothCurveToAbs ( IntPtr Instance, double x2, double y2, double x, double y, IntPtr &exception ) : void
DrawingWand_PathSmoothCurveToRel ( IntPtr Instance, double x2, double y2, double x, double y, IntPtr &exception ) : void
DrawingWand_PathSmoothQuadraticCurveToAbs ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
DrawingWand_PathSmoothQuadraticCurveToRel ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
DrawingWand_PathStart ( IntPtr Instance, IntPtr &exception ) : void
DrawingWand_Point ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
DrawingWand_Polygon ( IntPtr Instance, IntPtr coordinates, UIntPtr length, IntPtr &exception ) : void
DrawingWand_Polyline ( IntPtr Instance, IntPtr coordinates, UIntPtr length, IntPtr &exception ) : void
DrawingWand_PopClipPath ( IntPtr Instance, IntPtr &exception ) : void
DrawingWand_PopGraphicContext ( IntPtr Instance, IntPtr &exception ) : void
DrawingWand_PopPattern ( IntPtr Instance, IntPtr &exception ) : void
DrawingWand_PushClipPath ( IntPtr Instance, IntPtr clipPath, IntPtr &exception ) : void
DrawingWand_PushGraphicContext ( IntPtr Instance, IntPtr &exception ) : void
DrawingWand_PushPattern ( IntPtr Instance, IntPtr id, double x, double y, double width, double height, IntPtr &exception ) : void
DrawingWand_Rectangle ( IntPtr Instance, double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY, IntPtr &exception ) : void
DrawingWand_Render ( IntPtr Instance, IntPtr &exception ) : void
DrawingWand_Rotation ( IntPtr Instance, double angle, IntPtr &exception ) : void
DrawingWand_RoundRectangle ( IntPtr Instance, double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight, IntPtr &exception ) : void
DrawingWand_Scaling ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
DrawingWand_SkewX ( IntPtr Instance, double angle, IntPtr &exception ) : void
DrawingWand_SkewY ( IntPtr Instance, double angle, IntPtr &exception ) : void
DrawingWand_StrokeAntialias ( IntPtr Instance, [ isEnabled, IntPtr &exception ) : void
DrawingWand_StrokeColor ( IntPtr Instance, IntPtr value, IntPtr &exception ) : void
DrawingWand_StrokeDashArray ( IntPtr Instance, double dash, UIntPtr length, IntPtr &exception ) : void
DrawingWand_StrokeDashOffset ( IntPtr Instance, double value, IntPtr &exception ) : void
DrawingWand_StrokeLineCap ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
DrawingWand_StrokeLineJoin ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
DrawingWand_StrokeMiterLimit ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
DrawingWand_StrokeOpacity ( IntPtr Instance, double value, IntPtr &exception ) : void
DrawingWand_StrokePatternUrl ( IntPtr Instance, IntPtr value, IntPtr &exception ) : void
DrawingWand_StrokeWidth ( IntPtr Instance, double value, IntPtr &exception ) : void
DrawingWand_Text ( IntPtr Instance, double x, double y, IntPtr text, IntPtr &exception ) : void
DrawingWand_TextAlignment ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
DrawingWand_TextAntialias ( IntPtr Instance, [ isEnabled, IntPtr &exception ) : void
DrawingWand_TextDecoration ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
DrawingWand_TextDirection ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
DrawingWand_TextEncoding ( IntPtr Instance, IntPtr encoding, IntPtr &exception ) : void
DrawingWand_TextInterlineSpacing ( IntPtr Instance, double value, IntPtr &exception ) : void
DrawingWand_TextInterwordSpacing ( IntPtr Instance, double value, IntPtr &exception ) : void
DrawingWand_TextKerning ( IntPtr Instance, double value, IntPtr &exception ) : void
DrawingWand_TextUnderColor ( IntPtr Instance, IntPtr color, IntPtr &exception ) : void
DrawingWand_Translation ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
DrawingWand_Viewbox ( IntPtr Instance, double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY, IntPtr &exception ) : void
X64 ( ) : System