勇芳软件工作室.汉化:  GDI+ Flat API >

AdjustableArrowCap Functions

Previous pageReturn to chapter overviewNext page

平面功能

包装方式

备注

GpStatus WINGDIPAPI GdipCreateAdjustableArrowCap(REAL height,REAL width,BOOL isFilled,GpAdjustableArrowCap ** cap)

AdjustableArrowCap

AdjustableArrowCap(IN REAL height,IN REAL width,IN BOOL isFilled = TRUE)

 

GpStatus WINGDIPAPI GdipSetAdjustableArrowCapHeight(GpAdjustableArrowCap * cap,REAL height)

AdjustableArrowCap

状态SetHeight(IN REAL height)

 

GpStatus WINGDIPAPI GdipGetAdjustableArrowCapHeight(GpAdjustableArrowCap * cap,REAL * height)

AdjustableArrowCap

REAL GETHEIGHT等到()const的

 

GpStatus WINGDIPAPI GdipSetAdjustableArrowCapWidth(GpAdjustableArrowCap * cap,REAL width)

AdjustableArrowCap

状态SetWidth(IN REAL width)

 

GpStatus WINGDIPAPI GdipGetAdjustableArrowCapWidth(GpAdjustableArrowCap * cap,REAL * width)

AdjustableArrowCap

REAL GetWidth()const

 

GpStatus WINGDIPAPI GdipSetAdjustableArrowCapMiddleInset(GpAdjustableArrowCap * cap,REAL middleInset)

AdjustableArrowCap

状态SetMiddleInset(IN REAL middleInset)

 

GpStatus WINGDIPAPI GdipGetAdjustableArrowCapMiddleInset(GpAdjustableArrowCap * cap,REAL * middleInset)

AdjustableArrowCap

REAL GetMiddleInset()const

 

GpStatus WINGDIPAPI GdipSetAdjustableArrowCapFillState(GpAdjustableArrowCap * cap,BOOL fillState)

AdjustableArrowCap

状态SetFillState(IN BOOL isFilled)

 

GpStatus WINGDIPAPI GdipGetAdjustableArrowCapFillState(GpAdjustableArrowCap * cap,BOOL * fillState)

AdjustableArrowCap

BOOL IsFilled()const