UIX_RulerNotifyData Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:UIX_RulerNotifyData Structure}}
 +
{{#parentPage:PXV:UIX_Structures|UIX_RulerNotifyData|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">struct UIX_RulerNotifyData
 +
{
 +
    PARAM_T      nTag;
 +
    double      nNewPos;
 +
    double      nOldPos;
 +
    double      nStartPos;
 +
    VARIANT_BOOL bVertical;
 +
};
 +
</pre>
 +
 +
== Members ==
 +
;nTag
 +
: Value of PARAM_T ...
 +
;nNewPos
 +
: Value of double ...
 +
;nOldPos
 +
: Value of double ...
 +
;nStartPos
 +
: Value of double ...
 +
;bVertical
 +
: Value of VARIANT_BOOL ...

Latest revision as of 01:37, 20 October 2015


Specifies the ...

Syntax

struct UIX_RulerNotifyData
{
    PARAM_T      nTag;
    double       nNewPos;
    double       nOldPos;
    double       nStartPos;
    VARIANT_BOOL bVertical;
};

Members

nTag
Value of PARAM_T ...
nNewPos
Value of double ...
nOldPos
Value of double ...
nStartPos
Value of double ...
bVertical
Value of VARIANT_BOOL ...