Public Member Functions |
| | PathGradientBrush (const Point *points, INT count, WrapMode wrapMode) |
| | PathGradientBrush (const PointF *points, INT count, WrapMode wrapMode) |
| | PathGradientBrush (const GraphicsPath *path) |
| INT | GetBlendCount (VOID) |
| Status | GetBlend (REAL *blendFactors, REAL *blendPositions, INT count) |
| Status | GetCenterColor (Color *color) |
| Status | GetCenterPoint (Point *point) |
| Status | GetCenterPoint (PointF *point) |
| Status | GetFocusScales (REAL *xScale, REAL *yScale) |
| BOOL | GetGammaCorrection (VOID) |
| Status | GetGraphicsPath (GraphicsPath *path) |
| INT | GetInterpolationColorCount (VOID) |
| Status | GetInterpolationColors (Color *presetColors, REAL *blendPositions, INT count) |
| INT | GetPointCount (VOID) |
| Status | GetRectangle (RectF *rect) |
| Status | GetRectangle (Rect *rect) |
| INT | GetSurroundColorCount (VOID) |
| Status | GetSurroundColors (Color *colors, INT *count) |
| Status | GetTransform (Matrix *matrix) |
| WrapMode | GetWrapMode (VOID) |
| Status | MultiplyTransform (Matrix *matrix, MatrixOrder order) |
| Status | ResetTransform (VOID) |
| Status | RotateTransform (REAL angle, MatrixOrder order) |
| Status | ScaleTransform (REAL sx, REAL sy, MatrixOrder order) |
| Status | SetBlend (REAL *blendFactors, REAL *blendPositions, INT count) |
| Status | SetBlendBellShape (REAL focus, REAL scale) |
| Status | SetBlendTriangularShape (REAL focus, REAL scale) |
| Status | SetCenterColor (const Color &color) |
| Status | SetCenterPoint (const Point &point) |
| Status | SetCenterPoint (const PointF &point) |
| Status | SetFocusScales (REAL xScale, REAL yScale) |
| Status | SetGammaCorrection (BOOL useGammaCorrection) |
| Status | SetGraphicsPath (const GraphicsPath *path) |
| Status | SetInterpolationColors (const Color *presetColors, REAL *blendPositions, INT count) |
| Status | SetSurroundColors (const Color *colors, INT *count) |
| Status | SetTransform (const Matrix *matrix) |
| Status | SetWrapMode (WrapMode wrapMode) |
| Status | TranslateTransform (REAL dx, REAL dy, MatrixOrder order) |
Definition at line 492 of file gdipluspath.h.