Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal amplitude As Integer, _ ByVal frequency As Integer, _ ByVal phase As Integer, _ ByVal zoomFactor As Integer, _ ByVal centerPoint As Point, _ ByVal fillColor As RasterColor, _ ByVal type As ZoomWaveCommandType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ZoomWaveCommand( int amplitude, int frequency, int phase, int zoomFactor, Point centerPoint, RasterColor fillColor, ZoomWaveCommandType type ) |
C++/CLI | |
---|---|
public: ZoomWaveCommand( int amplitude, int frequency, int phase, int zoomFactor, Point centerPoint, RasterColor fillColor, ZoomWaveCommandType type ) |
Parameters
- amplitude
- Zoom wave magnitude.
- frequency
- The number of repeated waves along the radial line. This parameter only accepts positive values.
- phase
- Wave phase shift. The valid range is from -36000 to 36000. The real value is divided by 100.
- zoomFactor
- The percentage the wave grows as it moves from the image center. The valid range is from 0 to 100.
- centerPoint
- Center point from which the wave is zoomed.
- fillColor
- RasterColor object that specifies the fill color for any exposed areas.
- type
- Flag that indicates how to handle exposed areas.
Run the ZoomWaveCommand on an image.
Visual Basic | Copy Code |
---|---|
Public Sub ZoomWaveConstructorExample() |
C# | Copy Code |
---|---|
public void ZoomWaveConstructorExample() |
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family