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






Windows & Linux

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
MemberValueDescription
eStkGraphicsGradientDetectMethodEast0Detects east gradients.
eStkGraphicsGradientDetectMethodNorth1Detects north gradients.
eStkGraphicsGradientDetectMethodWest2Detects west gradients.
eStkGraphicsGradientDetectMethodSouth3Detects south gradients.
eStkGraphicsGradientDetectMethodNorthEast4Detects north east gradients.
eStkGraphicsGradientDetectMethodNorthWest5Detects north west gradients.
eStkGraphicsGradientDetectMethodSouthEast6Detects south east gradients.
eStkGraphicsGradientDetectMethodSouthWest7Detects south west gradients.
Method used to detect gradients in a raster.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.