AGI STK Graphics 11 Send comments on this topic.
InitializeWithMethod Method (IAgStkGraphicsGradientDetectFilterFactory)
See Also 
Method
Method used to detect gradients in a raster.





Description

Initializes a new instance with specified Gradient Detect Method.

Syntax

[Visual Basic .NET]
Public Function InitializeWithMethod( _
   ByVal Method As AgEStkGraphicsGradientDetectMethod _
) As IAgStkGraphicsGradientDetectFilter

[Managed C++]
public: IAgStkGraphicsGradientDetectFilter^ InitializeWithMethod(
AgEStkGraphicsGradientDetectMethod Method
);

[Unmanaged C++]
public: HRESULT InitializeWithMethod(
AgEStkGraphicsGradientDetectMethod Method,
IAgStkGraphicsGradientDetectFilter ** ReturnValue
);

Parameters

Method
Member Value Description
eStkGraphicsGradientDetectMethodEast 0 Detects east gradients.
eStkGraphicsGradientDetectMethodNorth 1 Detects north gradients.
eStkGraphicsGradientDetectMethodWest 2 Detects west gradients.
eStkGraphicsGradientDetectMethodSouth 3 Detects south gradients.
eStkGraphicsGradientDetectMethodNorthEast 4 Detects north east gradients.
eStkGraphicsGradientDetectMethodNorthWest 5 Detects north west gradients.
eStkGraphicsGradientDetectMethodSouthEast 6 Detects south east gradients.
eStkGraphicsGradientDetectMethodSouthWest 7 Detects south west gradients.
Method used to detect gradients in a raster.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1