Method | Description | |
---|---|---|
TransformBoundingRectangle ( BoundingRectangle box, IMathTransform transform ) : BoundingRectangle |
Transforms coordinates of the bounding rectangle.
|
|
TransformContour ( Contour contour, IMathTransform transform ) : Contour |
Transforms coordinates of the contour.
|
|
TransformLinePath ( LinePath linePath, IMathTransform transform ) : LinePath |
Transforms coordinates of the line path.
|
|
TransformMultiPoint ( MultiPoint multiPoint, IMathTransform transform ) : MultiPoint |
Transforms coordinates of the multipoint.
|
|
TransformPoint ( PointD p, IMathTransform transform ) : PointD |
Transforms coordinates of the point geometry.
|
|
TransformPolygon ( Polygon polygon, IMathTransform transform ) : Polygon |
Transforms coordinates of the polygon.
|
|
TransformPolyline ( Polyline polyline, IMathTransform transform ) : Polyline |
Transforms coordinates of the polyline.
|
|
TransformSegment ( Segment s, IMathTransform transform ) : Segment |
Transforms coordinates of the segment.
|
public static TransformBoundingRectangle ( BoundingRectangle box, IMathTransform transform ) : BoundingRectangle | ||
box | BoundingRectangle | Rectangle to transform |
transform | IMathTransform | The transformation to apply |
return | BoundingRectangle |
public static TransformContour ( Contour contour, IMathTransform transform ) : Contour | ||
contour | Contour | Contour to transform |
transform | IMathTransform | The transformation to apply |
return | Contour |
public static TransformLinePath ( LinePath linePath, IMathTransform transform ) : LinePath | ||
linePath | LinePath | Line path to transform |
transform | IMathTransform | The transformation to apply |
return | LinePath |
public static TransformMultiPoint ( MultiPoint multiPoint, IMathTransform transform ) : MultiPoint | ||
multiPoint | MultiPoint | Multipoint to transform |
transform | IMathTransform | The transformation to apply |
return | MultiPoint |
public static TransformPoint ( PointD p, IMathTransform transform ) : PointD | ||
p | PointD | Point to transform |
transform | IMathTransform | The transformation to apply |
return | PointD |
public static TransformPolygon ( Polygon polygon, IMathTransform transform ) : Polygon | ||
polygon | Polygon | Polygon to transform |
transform | IMathTransform | The transformation to apply |
return | Polygon |
public static TransformPolyline ( Polyline polyline, IMathTransform transform ) : Polyline | ||
polyline | Polyline | Polyline to transform |
transform | IMathTransform | The transformation to apply |
return | Polyline |
public static TransformSegment ( Segment s, IMathTransform transform ) : Segment | ||
s | Segment | Segment to transform |
transform | IMathTransform | The transformation to apply |
return | Segment |