You are here: Start » AVL.NET » AVL.DrawShapeRegion(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)

AVL.DrawShapeRegion(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DrawShapeRegion(
	ref AvlNet.Image ioImage,
	AvlNet.ShapeRegion inShapeRegion,
	AvlNet.CoordinateSystem2D? inShapeRegionAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

ioImage
Type: AvlNet.Image
inShapeRegion
Type: AvlNet.ShapeRegion
inShapeRegionAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inColor
Type: AvlNet.Pixel
inDrawingStyle
Type: AvlNet.DrawingStyle

See also