HiddenLinesView.OrderAndPrintMetafile Method

Protected Sub OrderAndPrintMetafile( _ 
ByVal graphics As Graphics, _ 
ByVal penScale As Single, _ 
ByVal hdlSilho As HdlCurve(), _ 
ByVal hdlEdges As HdlCurve(), _ 
ByVal hdlWires As HdlCurve(), _ 
ByVal hdlHiddenSilho As HdlCurve(), _ 
ByVal hdlHiddenEdges As HdlCurve(), _ 
ByVal hdlHiddenWires As HdlCurve(), _ 
ByVal hdlTexts As HdlText(), _ 
ByVal hdlPictures As HdlPicture() _ 
)
This language is not supported or no code example is available.
protected void OrderAndPrintMetafile( 
Graphics graphics
float penScale
HdlCurve[] hdlSilho
HdlCurve[] hdlEdges
HdlCurve[] hdlWires
HdlCurve[] hdlHiddenSilho
HdlCurve[] hdlHiddenEdges
HdlCurve[] hdlHiddenWires
HdlText[] hdlTexts
HdlPicture[] hdlPictures 
)
This language is not supported or no code example is available.

Parameters

graphics
Graphics

penScale
float

hdlSilho
HdlCurve[]

hdlEdges
HdlCurve[]

hdlWires
HdlCurve[]

hdlHiddenSilho
HdlCurve[]

hdlHiddenEdges
HdlCurve[]

hdlHiddenWires
HdlCurve[]

hdlTexts
HdlText[]

hdlPictures
HdlPicture[]

.NET Framework

Supported in: 4.8

In this article

Definition