C# Класс NClass.DiagramEditor.GdiGraphics

Наследование: IGraphics
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DrawEllipse ( Pen pen, int x, int y, int width, int height ) : void
DrawImage ( Image image, Point point ) : void
DrawImage ( Image image, int x, int y ) : void
DrawLine ( Pen pen, Point pt1, Point pt2 ) : void
DrawLine ( Pen pen, int x1, int y1, int x2, int y2 ) : void
DrawLines ( Pen pen, Point points ) : void
DrawPath ( Pen pen, GraphicsPath path ) : void
DrawPolygon ( Pen pen, Point points ) : void
DrawRectangle ( Pen pen, Rectangle rect ) : void
DrawString ( string s, Font font, Brush brush, PointF point ) : void
DrawString ( string s, Font font, Brush brush, PointF point, StringFormat format ) : void
DrawString ( string s, Font font, Brush brush, RectangleF layoutRectangle ) : void
DrawString ( string s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format ) : void
FillEllipse ( Brush brush, Rectangle rect ) : void
FillEllipse ( Brush brush, int x, int y, int width, int height ) : void
FillPath ( Brush brush, GraphicsPath path ) : void
FillPolygon ( Brush brush, Point points ) : void
FillRectangle ( Brush brush, Rectangle rect ) : void
GdiGraphics ( Graphics graphics ) : System
ResetTransform ( ) : void
RotateTransform ( float angle ) : void
ScaleTransform ( float sx, float sy ) : void
SetClip ( GraphicsPath path, CombineMode combineMode ) : void
SetClip ( Rectangle rect, CombineMode combineMode ) : void
SetClip ( RectangleF rect, CombineMode combineMode ) : void
SetClip ( Region region, CombineMode combineMode ) : void
TranslateTransform ( float dx, float dy ) : void

Описание методов

DrawEllipse() публичный Метод

public DrawEllipse ( Pen pen, int x, int y, int width, int height ) : void
pen System.Drawing.Pen
x int
y int
width int
height int
Результат void

DrawImage() публичный Метод

public DrawImage ( Image image, Point point ) : void
image Image
point Point
Результат void

DrawImage() публичный Метод

public DrawImage ( Image image, int x, int y ) : void
image Image
x int
y int
Результат void

DrawLine() публичный Метод

public DrawLine ( Pen pen, Point pt1, Point pt2 ) : void
pen System.Drawing.Pen
pt1 Point
pt2 Point
Результат void

DrawLine() публичный Метод

public DrawLine ( Pen pen, int x1, int y1, int x2, int y2 ) : void
pen System.Drawing.Pen
x1 int
y1 int
x2 int
y2 int
Результат void

DrawLines() публичный Метод

public DrawLines ( Pen pen, Point points ) : void
pen System.Drawing.Pen
points Point
Результат void

DrawPath() публичный Метод

public DrawPath ( Pen pen, GraphicsPath path ) : void
pen System.Drawing.Pen
path System.Drawing.Drawing2D.GraphicsPath
Результат void

DrawPolygon() публичный Метод

public DrawPolygon ( Pen pen, Point points ) : void
pen System.Drawing.Pen
points Point
Результат void

DrawRectangle() публичный Метод

public DrawRectangle ( Pen pen, Rectangle rect ) : void
pen System.Drawing.Pen
rect System.Drawing.Rectangle
Результат void

DrawString() публичный Метод

public DrawString ( string s, Font font, Brush brush, PointF point ) : void
s string
font System.Drawing.Font
brush System.Drawing.Brush
point System.Drawing.PointF
Результат void

DrawString() публичный Метод

public DrawString ( string s, Font font, Brush brush, PointF point, StringFormat format ) : void
s string
font System.Drawing.Font
brush System.Drawing.Brush
point System.Drawing.PointF
format System.Drawing.StringFormat
Результат void

DrawString() публичный Метод

public DrawString ( string s, Font font, Brush brush, RectangleF layoutRectangle ) : void
s string
font System.Drawing.Font
brush System.Drawing.Brush
layoutRectangle System.Drawing.RectangleF
Результат void

DrawString() публичный Метод

public DrawString ( string s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format ) : void
s string
font System.Drawing.Font
brush System.Drawing.Brush
layoutRectangle System.Drawing.RectangleF
format System.Drawing.StringFormat
Результат void

FillEllipse() публичный Метод

public FillEllipse ( Brush brush, Rectangle rect ) : void
brush System.Drawing.Brush
rect System.Drawing.Rectangle
Результат void

FillEllipse() публичный Метод

public FillEllipse ( Brush brush, int x, int y, int width, int height ) : void
brush System.Drawing.Brush
x int
y int
width int
height int
Результат void

FillPath() публичный Метод

public FillPath ( Brush brush, GraphicsPath path ) : void
brush System.Drawing.Brush
path System.Drawing.Drawing2D.GraphicsPath
Результат void

FillPolygon() публичный Метод

public FillPolygon ( Brush brush, Point points ) : void
brush System.Drawing.Brush
points Point
Результат void

FillRectangle() публичный Метод

public FillRectangle ( Brush brush, Rectangle rect ) : void
brush System.Drawing.Brush
rect System.Drawing.Rectangle
Результат void

GdiGraphics() публичный Метод

/// is null. ///
public GdiGraphics ( Graphics graphics ) : System
graphics System.Drawing.Graphics
Результат System

ResetTransform() публичный Метод

public ResetTransform ( ) : void
Результат void

RotateTransform() публичный Метод

public RotateTransform ( float angle ) : void
angle float
Результат void

ScaleTransform() публичный Метод

public ScaleTransform ( float sx, float sy ) : void
sx float
sy float
Результат void

SetClip() публичный Метод

public SetClip ( GraphicsPath path, CombineMode combineMode ) : void
path System.Drawing.Drawing2D.GraphicsPath
combineMode CombineMode
Результат void

SetClip() публичный Метод

public SetClip ( Rectangle rect, CombineMode combineMode ) : void
rect System.Drawing.Rectangle
combineMode CombineMode
Результат void

SetClip() публичный Метод

public SetClip ( RectangleF rect, CombineMode combineMode ) : void
rect System.Drawing.RectangleF
combineMode CombineMode
Результат void

SetClip() публичный Метод

public SetClip ( Region region, CombineMode combineMode ) : void
region System.Drawing.Region
combineMode CombineMode
Результат void

TranslateTransform() публичный Метод

public TranslateTransform ( float dx, float dy ) : void
dx float
dy float
Результат void