nuget server logo nuget api documents
↑

API Docs / Emily.PDB_canvas / BondConnectionModel

BondConnectionModel

Full name Emily.PDB_Canvas.BondConnectionModel Assembly Emily.PDB_canvas Members 1

01 Syntax

Emily.PDB_Canvas.BondConnectionModel

02 Methods

NameOverloadsSummary
DrawBond 1 绘制化学键

03 Members

method DrawBond #
DrawBond(IGraphics, PointF, PointF, Pen, Int32)

绘制化学键

Remarks

根据化学键类型绘制单条线或平行线

Parameters
NameTypeDescription
gIGraphics

绘图图面

aPointF

起始点

bPointF

结束点

penPen

绘制线条的画笔

bondTypeInt32

化学键类型(1=单键, 2=双键, 3=三键)