WarpMode Enum

Definition

Specifies the type of warp transformation applied in a Warp method.

public enum class WarpMode
public enum WarpMode
type WarpMode = 
Public Enum WarpMode
Inheritance
WarpMode

Fields

Bilinear 1

Specifies a bilinear warp.

Perspective 0

Specifies a perspective warp.

Remarks

A warp style is used by the Warp method to warp or distort the figures in a graphics path. This can be used to create unusual shapes.

Applies to