![]() |
|
A Text entity. More...
Public Member Functions | |
HRESULT | _GetLeaderPoints ([in] ISkpView *pView,[out]double *pLeaderStartPoint3d,[out]double *pLeaderEndPoint3d,[out]double *pExtensionEndPoint3d,[out]double *pTextOffsetPoint3d,[out]SkpTextJustification *just,[out]SkpTextAlignment *align) |
[propget] Returns the leader points of this text entity relative to the given view. | |
HRESULT | LeaderPoints ([in] ISkpView *pView,[out]ISkpPoint3d **pLeaderStartPoint3d,[out]ISkpPoint3d **pLeaderEndPoint3d,[out]ISkpPoint3d **pExtensionEndPoint3d,[out]ISkpPoint3d **pTextOffsetPoint3d,[out]SkpTextJustification *just,[out]SkpTextAlignment *align) |
[propget] Returns the leader points of this text entity relative to the given view. | |
Properties | |
BSTR | Text [get] |
[propget] Returns the text string. | |
ISkpFont | DrawingFont [get] |
[propget] Returns the font used to render the text. | |
SkpTextLeader | LeaderType [get] |
[propget] Returns the type of text leader. | |
BOOL | DisplayLeader [get] |
[propget] Returns whether or not the leader is displayed | |
SkpDimensionArrow | ArrowType [get] |
[propget] Returns the type of arrow used. |
A Text entity.
HRESULT ISkpText::_GetLeaderPoints | ( | [in] ISkpView * | pView, | |
[out] double * | pLeaderStartPoint3d, | |||
[out] double * | pLeaderEndPoint3d, | |||
[out] double * | pExtensionEndPoint3d, | |||
[out] double * | pTextOffsetPoint3d, | |||
[out] SkpTextJustification * | just, | |||
[out] SkpTextAlignment * | align | |||
) |
[propget] Returns the leader points of this text entity relative to the given view.
In this method it is assumed that the calling application has allocated double arrays of size 3 for all the output values, as appropriate.
pView | The non-NULL view. | |
pLeaderStartPoint3d | The start point of the leader. | |
pLeaderEndPoint3d | The start point of the leader. | |
pExtensionEndPoint3d | The end point of the extension. | |
pTextOffsetPoint3d | The text offset point. | |
just | The text justification. | |
align | The text alignment. |
HRESULT ISkpText::LeaderPoints | ( | [in] ISkpView * | pView, | |
[out] ISkpPoint3d ** | pLeaderStartPoint3d, | |||
[out] ISkpPoint3d ** | pLeaderEndPoint3d, | |||
[out] ISkpPoint3d ** | pExtensionEndPoint3d, | |||
[out] ISkpPoint3d ** | pTextOffsetPoint3d, | |||
[out] SkpTextJustification * | just, | |||
[out] SkpTextAlignment * | align | |||
) |
[propget] Returns the leader points of this text entity relative to the given view.
pView | The non-NULL view. | |
pLeaderStartPoint3d | The start point of the leader. | |
pLeaderEndPoint3d | The start point of the leader. | |
pExtensionEndPoint3d | The end point of the extension. | |
pTextOffsetPoint3d | The text offset point. | |
just | The text justification. | |
align | The text alignment. |
SkpDimensionArrow ISkpText::ArrowType [get] |
[propget] Returns the type of arrow used.
pVal | The type of arrow used. |
BOOL ISkpText::DisplayLeader [get] |
[propget] Returns whether or not the leader is displayed
pVal | TRUE iff the leader is displayed. |
ISkpFont ISkpText::DrawingFont [get] |
[propget] Returns the font used to render the text.
pVal | The ISkpFont used to render the text. |
SkpTextLeader ISkpText::LeaderType [get] |
[propget] Returns the type of text leader.
pVal | The type of text leader. |
BSTR ISkpText::Text [get] |
[propget] Returns the text string.
pVal | The text string. |
©2010 Google - Google Home - About Google |