Gets and sets an enum determining the direction of applying the palette values on the points. The DistributionDir enum can use any of the following values:
§ DOWN_UP = 0
§ UP_DOWN = 1
§ RIGHT_LEFT = 2
§ LEFT_RIGHT = 3
§ FRONT_BACK = 4
§ BACK_FRONT = 5
JavaScript |
|
DistributionDirection |
C# |
|
DistributionDir DistributionDirection { get; set; } |
C++ |
|
HRESULT DistributionDirection([out, retval] DistributionDir* pVal) HRESULT DistributionDirection([in] DistributionDir pVal) |